Skip to content

Commit

Permalink
chore: Change postgres exposed port
Browse files Browse the repository at this point in the history
Changed the exposed postgres port such that it doesn't conflict with postgres server running on the host.
  • Loading branch information
LuukvH committed Jul 15, 2024
1 parent d70632b commit 9c6e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
volumes:
- kdvmanager-data:/var/lib/postgresql/data/
ports:
- "5432:5432"
- "5433:5432"

web:
image: ${REGISTRY:-kdvmanager}/web:${PLATFORM:-linux}-${TAG:-latest}
Expand Down

0 comments on commit 9c6e31c

Please sign in to comment.