services: web: build: . ports: - "8080:80" volumes: - .:/usr/share/nginx/html:delegated,Z restart: unless-stopped