mirror of
https://github.com/bitnami/containers.git
synced 2026-02-24 07:07:37 +08:00
adds SYMFONY_PROJECT_NAME environment variable to the docker-compose.yml template
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
version: '2'
|
||||
services:
|
||||
myapp:
|
||||
image: bitnami/symfony
|
||||
image: bitnami/symfony:latest
|
||||
environment:
|
||||
- SYMFONY_PROJECT_NAME=
|
||||
ports:
|
||||
- '8000:8000'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user