version: '3' services: www: build: context: . dockerfile: ./Dockerfile ports: - 80:8080 volumes: - ./public:/usr/share/nginx/html