forked from kovagoadi.hu/static.kovagoadi.hu
9 lines
217 B
YAML
9 lines
217 B
YAML
version: "3.9"
|
|
services:
|
|
web:
|
|
image: nginx:1.31.0-alpine-slim@sha256:9e666aeefa9801445bc2ff4994c48d314736dae4cf1f551ace03e38ea0373552
|
|
ports:
|
|
- "80"
|
|
volumes:
|
|
- ./html:/usr/share/nginx/html:ro
|