version: '3' services: web: build: context: . volumes: - ./html:/var/www/html ports: - "8080:80"