mirror of
https://github.com/bitnami/containers.git
synced 2026-03-18 15:27:52 +08:00
9 lines
120 B
YAML
9 lines
120 B
YAML
version: '2'
|
|
services:
|
|
myapp:
|
|
image: bitnami/symfony
|
|
ports:
|
|
- '8000:8000'
|
|
volumes:
|
|
- '.:/app'
|