version: "3.8" services: pi-cdn: image: nginx:latest container_name: pi-cdn restart: unless-stopped ports: - "80:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - ./:/usr/share/nginx/html:ro