Skip to content

Commit

Permalink
fix docker postgres dev mode with another port
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 15, 2023
1 parent 807881f commit 1d744e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
image: postgis/postgis:11-2.5
env_file:
- .env
environment:
- PGPORT=${POSTGRES_PORT:-5432}
ports:
- "${POSTGRES_PORT:-5432}:5432"
volumes:
Expand Down

0 comments on commit 1d744e9

Please sign in to comment.