services: www: build: . container_name: file-explorer ports: - "8741:80" volumes: - ./hosts:/etc/apache2/sites-enabled - ../:/var/www/project restart: always