From 8f646f226958eee3fbcf68db4f31d6c20beb3b4b Mon Sep 17 00:00:00 2001 From: Michael Geering Date: Wed, 6 May 2026 21:47:12 +0100 Subject: [PATCH] Fix LANager path variable name to match docs --- compose.override.yaml.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.override.yaml.example b/compose.override.yaml.example index a118250..2f43b91 100755 --- a/compose.override.yaml.example +++ b/compose.override.yaml.example @@ -1,16 +1,16 @@ services: lanager: build: - context: $PATH_TO_LANAGER_GIT_REPO + context: $PATH_TO_LANAGER dockerfile: Dockerfile target: dev command: php artisan octane:start --server=frankenphp --workers=1 --max-requests=1 volumes: - - $PATH_TO_LANAGER_GIT_REPO:/app - - $PATH_TO_LANAGER_GIT_REPO/storage:/app/storage - - $PATH_TO_LANAGER_GIT_REPO/.env:/app/.env + - $PATH_TO_LANAGER:/app + - $PATH_TO_LANAGER/storage:/app/storage + - $PATH_TO_LANAGER/.env:/app/.env - ./configs/app/lanager-php-xdebug.ini:/usr/local/etc/php/conf.d/lanager-php-xdebug.ini environment: DUSK_DRIVER_URL: http://selenium:4444/wd/hub