version: "3.9" services: web: build: . ports: - "80:80" volumes: - ./public:/usr/share/nginx/html