services: app: build: . ports: - "8080:80" volumes: - .:/var/www/html environment: APP_DEBUG: "true"
Powered by TurnKey Linux.