DEBSOURCES
Skip Quicknav
sources / podman-compose / 1.5.0-2 / examples / hello-app / docker-compose.yaml
12345678
--- version: '3' services: web: image: gcr.io/google-samples/hello-app:1.0 ports: - "${HOST_PORT:-8080}:8080"