Skip to content

Commit 257f2f8

Browse files
committed
chore: change exposured port from docker compose dev
1 parent 5685ffc commit 257f2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
volumes:
2727
- postgres-data:/var/lib/postgresql/data
2828
ports:
29-
- '5435:5432'
29+
- '5430:5432'
3030
environment:
3131
POSTGRES_PASSWORD: postgres
3232
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)