mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-28 14:17:50 +02:00
11 lines
228 B
YAML
11 lines
228 B
YAML
version: "3"
|
|
networks:
|
|
mystack:
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: ["/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8004"]
|
|
networks:
|
|
mystack:
|
|
x-podman.interface_name: customName0
|