DEBSOURCES
Skip Quicknav
sources / podman-compose / 1.5.0-1 / tests / integration / pod_args / custom_pod_args_empty / docker-compose.yml
1234567
version: "3" services: cont: image: nopush/podman-compose-test command: ["dumb-init", "/bin/busybox", "httpd", "-f", "-p", "8080"] x-podman: pod_args: []