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