Skip to content

Commit d808a8c

Browse files
authored
Update docker-compose.yml
The mapping key "depends_on" is defined twice, once at line 6 and then at line10 - which breaks the yaml syntax and causes build issues with docker-compose.
1 parent 0314e67 commit d808a8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ services:
77
- postgres_db
88
ports:
99
- "3000:3000"
10-
depends_on:
11-
- postgres_db
1210

1311
postgres_db:
1412
restart: always

0 commit comments

Comments
 (0)