Skip to content

Commit

Permalink
set IGNITION_LOCAL_SITES_PATH environment variable in docker-compose.…
Browse files Browse the repository at this point in the history
…yml (#576)

Enables Ignition to open files where an error occurred.
  • Loading branch information
NiclasvanEyk authored Apr 24, 2023
1 parent 5edd50f commit 076fd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/docker-compose.stub
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
LARAVEL_SAIL: 1
XDEBUG_MODE: '${SAIL_XDEBUG_MODE:-off}'
XDEBUG_CONFIG: '${SAIL_XDEBUG_CONFIG:-client_host=host.docker.internal}'
IGNITION_LOCAL_SITES_PATH: '${PWD}'
volumes:
- '.:/var/www/html'
networks:
Expand Down

0 comments on commit 076fd9f

Please sign in to comment.