version: '3' services: pile: build: context: ../ dockerfile: ./docker/Dockerfile ports: - "8080:80" volumes: - ../www:/var/www/html