services: web: image: nginx:latest container_name: web restart: unless-stopped volumes: - ./html:/usr/share/nginx/html ports: - '80:80'