version: "3.9" services: web: image: nginx:alpine container_name: arenos_www ports: - "2000:80" volumes: - ./html:/usr/share/nginx/html:ro