mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 05:37:27 +08:00
add CODEIGNITER_PROJECT_NAME env variable to docker-compose.yml
This commit is contained in:
@@ -2,6 +2,8 @@ version: '2'
|
||||
services:
|
||||
myapp:
|
||||
image: bitnami/codeigniter:latest
|
||||
environment:
|
||||
- CODEIGNITER_PROJECT_NAME=
|
||||
ports:
|
||||
- '8000:8000'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user