Skip to content

Commit 169b729

Browse files
committed
chore: tweak the docker-compose file postgres port
The current format was giving an error about the port being in use
1 parent 1794628 commit 169b729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
volumes:
2828
- 'postgres_data:/postgres/data'
2929
ports:
30-
- 5432:5432
30+
- 5432
3131

3232
volumes:
3333
postgres_data:

0 commit comments

Comments
 (0)