Files
static.kovagoadi.hu/docker-compose.yaml

9 lines
217 B
YAML

version: "3.9"
services:
web:
image: nginx:1.31.3-alpine-slim@sha256:45b82ed5f285b90d63df07ba70430fdd8f25624b416617d9e6dc93412b2006dc
ports:
- "80"
volumes:
- ./html:/usr/share/nginx/html:ro