adds SYMFONY_PROJECT_NAME environment variable to the docker-compose.yml template

This commit is contained in:
Sameer Naik
2016-11-23 13:01:16 +05:30
parent a5f890c259
commit eb0d2aa832

View File

@@ -1,7 +1,9 @@
version: '2'
services:
myapp:
image: bitnami/symfony
image: bitnami/symfony:latest
environment:
- SYMFONY_PROJECT_NAME=
ports:
- '8000:8000'
volumes: