Files
2026-07-11 21:51:34 -05:00

13 lines
265 B
YAML

version: "3.8"
services:
ota-server:
image: nginx:alpine
container_name: mirror-os-ota
ports:
- "9091:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./public:/usr/share/nginx/html:ro
restart: unless-stopped