version: "3.9" services: web: image: nginx:alpine container_name: hello-nginx restart: unless-stopped ports: - "8082:80" volumes: - ./html:/usr/share/nginx/html:ro