version: "3.3" services: frontend: build: context: . dockerfile: Dockerfile ports: - "8446:80" volumes: - .:/usr/share/nginx/html