mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 12:06:33 +03:00
Rename db to database
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"docker-compose": {
|
||||
"docker-compose.yml": {
|
||||
"services": [
|
||||
"db:",
|
||||
"database:",
|
||||
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
|
||||
" environment:",
|
||||
" POSTGRES_DB: ${POSTGRES_DB:-app}",
|
||||
|
||||
Reference in New Issue
Block a user