podman-compose/tests/extends_w_file/common-services.yml

8 lines
72 B
YAML
Raw Permalink Normal View History

2019-10-05 21:37:14 +02:00
webapp:
build: .
ports:
- "8000:8000"
volumes:
- "/data"