Fix syntax

This commit is contained in:
Fabien Potencier
2020-11-17 10:15:50 +01:00
parent f3117928aa
commit 9730ab4ae7
+3 -3
View File
@@ -33,7 +33,8 @@
" - db-data:/var/lib/postgresql/data:rw",
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
]
],
"volumes": ["db-data:"]
},
"docker-compose.override.yml": {
"services": [
@@ -41,7 +42,6 @@
" ports:",
" - \"5432\""
]
},
"volumes": ["db-data:"]
}
}
}