Skip to content

Commit 4d0343a

Browse files
committed
Change name of postgres dependency in server
1 parent 29caec4 commit 4d0343a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
image: server
99
container_name: server
1010
depends_on:
11-
- postgresdb
11+
- postgres
1212
environment:
1313
- LOCATION_LATITUDE=${LOCATION_LATITUDE}
1414
- LOCATION_LONGITUDE=${LOCATION_LONGITUDE}

0 commit comments

Comments
 (0)