version: '2' services: apache: build: . ports: - "8080:80" volumes: - ./upload.php:/var/www/html/upload.php