You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Nginx environment variable handling in docker-compose.yml
This commit improves how environment variables are managed for the Nginx
service:
- Add APP_DIR variable to the web service environment variables
- Derive APP_PUBLIC_DIR dynamically from APP_DIR
- Maintain backward compatibility with existing template files
- Ensure consistent directory referencing throughout the stack
This change simplifies configuration by reducing the number of variables
that need to be manually synchronized, making it easier for users to
switch between different PHP frameworks or customize their application
directory structure.
0 commit comments