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