services: web: image: nginx:alpine container_name: home-lucasacchi-web ports: - "8380:80" volumes: - ./public:/usr/share/nginx/html:ro restart: unless-stopped