Skip to content

Commit

Permalink
fixing compose template port expose
Browse files Browse the repository at this point in the history
  • Loading branch information
3manuek committed Oct 20, 2024
1 parent e025c4e commit 5e0988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
# Port forwarding not supported by BabelfishPG
- 1433:1433
- 5432:15432
- 15432:5432
environment:
- POSTGRES_PASSWORD=password
- POSTGRES_DB=postgres
Expand Down

0 comments on commit 5e0988c

Please sign in to comment.