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.1-alpine-slim@sha256:3fe7a344f234ac4b84817896c9294ffae74eae03fc1ad0ff502457fef5cebef8
|
|
ports:
|
|
- "80"
|
|
volumes:
|
|
- ./html:/usr/share/nginx/html:ro
|