config: move default config var to Dockerfile

This commit is contained in:
Sameer Naik
2017-02-15 11:55:57 +05:30
parent 1fe888a864
commit 857358e736
3 changed files with 5 additions and 8 deletions

View File

@@ -2,8 +2,6 @@ version: '2'
services:
myapp:
image: bitnami/codeigniter:latest
environment:
- CODEIGNITER_PROJECT_NAME=
ports:
- '8000:8000'
volumes: