Merge pull request #16011 from AnouarTouati/dev-docker-improv

This commit is contained in:
snipe 2025-01-13 21:00:04 +00:00 committed by GitHub
commit 2d65b38155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -158,7 +158,7 @@ RESET_PASSWORD_LINK_EXPIRES=900
# -------------------------------------------- # --------------------------------------------
# OPTIONAL: MISC # OPTIONAL: MISC
# -------------------------------------------- # --------------------------------------------
LOG_CHANNEL=stderr LOG_CHANNEL=single
LOG_MAX_DAYS=10 LOG_MAX_DAYS=10
APP_LOCKED=false APP_LOCKED=false
APP_CIPHER=AES-256-CBC APP_CIPHER=AES-256-CBC

View file

@ -103,6 +103,7 @@ php artisan migrate --force
php artisan config:clear php artisan config:clear
php artisan config:cache php artisan config:cache
touch /var/www/html/storage/logs/laravel.log
chown -R apache:root /var/www/html/storage/logs/laravel.log chown -R apache:root /var/www/html/storage/logs/laravel.log
export APACHE_LOG_DIR=/var/log/apache2 export APACHE_LOG_DIR=/var/log/apache2