Skip to content

Commit 0e49cba

Browse files
authored
Merge pull request #1321 from mechanicjay/docker-compose-fix
updating docker-compose syntax
2 parents 4d357de + e00d1f5 commit 0e49cba

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
db:
53
image: "${POSTGRES_IMAGE:-postgres}" # Can be set in rebuildanddeploy.sh, or defaults to: https://hub.docker.com/_/postgres
@@ -32,5 +30,5 @@ services:
3230
- "db:database"
3331
volumes:
3432
db-data:
35-
external:
36-
name: "makeabilitylabcswashingtonedu_${POSTGRES_VOLUME:-postgres-data}"
33+
external: true
34+
name: "makeabilitylabcswashingtonedu_${POSTGRES_VOLUME:-postgres-data}"

0 commit comments

Comments
 (0)