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