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