mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +08:00
11 lines
177 B
YAML
11 lines
177 B
YAML
version: '2'
|
|
services:
|
|
myapp:
|
|
image: bitnami/codeigniter:3
|
|
environment:
|
|
- CODEIGNITER_PROJECT_NAME=
|
|
ports:
|
|
- '8000:8000'
|
|
volumes:
|
|
- '.:/app'
|