Rename db to database

This commit is contained in:
Fabien Potencier
2020-11-17 09:41:14 +01:00
parent c76a55f0e4
commit 1951e0b054
+1 -1
View File
@@ -22,7 +22,7 @@
"docker-compose": {
"docker-compose.yml": {
"services": [
"db:",
"database:",
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
" environment:",
" POSTGRES_DB: ${POSTGRES_DB:-app}",