Skip to content

Commit 4a47af6

Browse files
authored
Fix docker-compose database service name
1 parent ae172b9 commit 4a47af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"docker-compose.override.yml": {
4040
"services": [
41-
"db:",
41+
"database:",
4242
" ports:",
4343
" - \"5432\""
4444
]

0 commit comments

Comments
 (0)