Skip to content

Commit

Permalink
make port env var in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jan 24, 2025
1 parent 3922092 commit 37dbfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
volumes:
- database-data:/var/lib/postgresql/data/
ports:
- 5432:5432
- ${POSTGRES_PORT:-5432}:5432
networks:
- inbox-zero-network

Expand Down

1 comment on commit 37dbfb8

@vercel
Copy link

@vercel vercel bot commented on 37dbfb8 Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.