version: '3.9' services: hugo2: image: nginx:alpine container_name: hugo-site2 volumes: - ./nginx:/etc/nginx/conf.d - ./public:/var/www/html ports: - 6666:80