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

9 lines
217 B
YAML

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