version: "3.8" services: ## # The Nginx container. ## web: image: nginx restart: always ports: - 80:80 volumes: - ./nginx.conf:/etc/nginx/nginx.conf - ./conf.d:/conf.d - ./html:/usr/share/nginx/html