Skip to content

Commit 1c35741

Browse files
split key and value for command arg
1 parent ae3541b commit 1c35741

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=${DATABASE_URL}"]
64+
command: ["db", "create-and-migrate", "--url", "${DATABASE_URL}"]
6565
environment:
6666
DATABASE_URL: postgres://postgres:postgres@postgres:postgres/billing_platform
6767
networks:

0 commit comments

Comments
 (0)