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