version: "3"
networks:
mystack:
services:
web:
image: busybox
command: ["/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8004"]
x-podman.interface_name: customName0