diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 909111d..f78f5f4 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -12,6 +12,9 @@ services: APP_KEY: ${APP_KEY:-} APP_URL: http://localhost:8000 APP_ENV: local + # Compiled views stay in the container. The host shares storage/ through the mount, and + # compiled Livewire components hold absolute paths (/app/… here, the checkout's path there). + VIEW_COMPILED_PATH: /tmp/views APP_DEBUG: "true" SERVER_NAME: ":8000" DB_CONNECTION: sqlite