podman-compose/examples/hello-app/docker-compose.yaml
2022-03-18 23:14:26 +03:00

9 lines
129 B
YAML

---
version: '3'
services:
web:
image: gcr.io/google-samples/hello-app:1.0
ports:
- "${HOST_PORT:-8080}:8080"