Skip to content

Commit 9730ab4

Browse files
committed
Fix syntax
1 parent f311792 commit 9730ab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
" - db-data:/var/lib/postgresql/data:rw",
3434
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
3535
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
36-
]
36+
],
37+
"volumes": ["db-data:"]
3738
},
3839
"docker-compose.override.yml": {
3940
"services": [
4041
"db:",
4142
" ports:",
4243
" - \"5432\""
4344
]
44-
},
45-
"volumes": ["db-data:"]
45+
}
4646
}
4747
}

0 commit comments

Comments
 (0)