fix: added missing environment variable to symfony docker-compose.yml

refs: #48437
Signed-off-by: JefvdA <jef.v.d.a@live.be>
This commit is contained in:
JefvdA 2023-10-05 23:48:11 +02:00
parent 571b75881d
commit b7f386d69e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ services:
- SYMFONY_DATABASE_PORT_NUMBER=3306
- SYMFONY_DATABASE_USER=bn_myapp
- SYMFONY_DATABASE_NAME=bitnami_myapp
- SYMFONY_PROJECT_SKELETON=symfony/skeleton
volumes:
- './my-project:/app'
depends_on: