mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-23 00:13:25 +01:00
8 lines
72 B
YAML
8 lines
72 B
YAML
webapp:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- "/data"
|
|
|