We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd90ff6 commit ff7d429Copy full SHA for ff7d429
doctrine/doctrine-bundle/2.8/manifest.json
@@ -31,11 +31,11 @@
31
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}",
32
" POSTGRES_USER: ${POSTGRES_USER:-app}",
33
" volumes:",
34
- " - db-data:/var/lib/postgresql/data:rw",
+ " - database_data:/var/lib/postgresql/data:rw",
35
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
37
],
38
- "volumes": ["db-data:"]
+ "volumes": ["database_data:"]
39
},
40
"docker-compose.override.yml": {
41
"services": [
0 commit comments