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:d08612e21a01bcbb8dbcc4ebff7dc80be5422250acc67ec30dd3e636c3b987ce
ports:
- "80"
volumes:
- ./html:/usr/share/nginx/html:ro