Skip to content

Commit f1d1ab0

Browse files
fix port number
1 parent 79dcfbc commit f1d1ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/dockercompose/billing_platform_service/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
postgres:
6262
condition: service_healthy
6363
restart: on-failure
64-
command: ["db", "create-and-migrate", "--url", "postgres://postgres:postgres@postgres:postgres/billing_platform"]
64+
command: ["db", "create-and-migrate", "--url", "postgres://postgres:postgres@postgres:5432/billing_platform"]
6565
networks:
6666
- backend
6767

0 commit comments

Comments
 (0)