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

9 lines
217 B
YAML

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