Skip to content

Commit 32b95a1

Browse files
authored
fix: development volumes with new location of the 20-app.dev.ini file (dunglas#652)
With the fix to load app's ini files after all other extensions are loaded (dunglas#617), the app-dev.ini file has been renamed 20-app.dev.ini and has been moved to a folder named "app.conf.d". Although, the fix forgot to update the development environment file `compose.override.yaml` with the new name and location.
1 parent 8ba41cf commit 32b95a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.override.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
volumes:
88
- ./:/app
99
- ./frankenphp/Caddyfile:/etc/caddy/Caddyfile:ro
10-
- ./frankenphp/conf.d/app.dev.ini:/usr/local/etc/php/conf.d/app.dev.ini:ro
10+
- ./frankenphp/conf.d/20-app.dev.ini:/usr/local/etc/php/app.conf.d/20-app.dev.ini:ro
1111
# If you develop on Mac or Windows you can remove the vendor/ directory
1212
# from the bind-mount for better performance by enabling the next line:
1313
#- /app/vendor

0 commit comments

Comments
 (0)