diff --git a/README.md b/README.md index 0ed8273..80a714d 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **14.07.19:** - Save laravel.log to /config * **28.06.19:** - Rebasing to alpine 3.10. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **22.02.19:** - Rebasing to alpine 3.9. diff --git a/readme-vars.yml b/readme-vars.yml index 694ddac..3126775 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -52,6 +52,7 @@ app_setup_block: | # changelog changelogs: + - { date: "14.07.19:", desc: "Save laravel.log to /config" } - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." } - { date: "22.02.19:", desc: "Rebasing to alpine 3.9." } diff --git a/root/etc/cont-init.d/50-config b/root/etc/cont-init.d/50-config index 1b012eb..8b99648 100644 --- a/root/etc/cont-init.d/50-config +++ b/root/etc/cont-init.d/50-config @@ -12,7 +12,8 @@ symlinks=( \ /var/www/localhost/heimdall/storage/app/public/icons \ /var/www/localhost/heimdall/app/SupportedApps \ /var/www/localhost/heimdall/database/app.sqlite \ -/var/www/localhost/heimdall/.env ) +/var/www/localhost/heimdall/.env \ +/var/www/localhost/heimdall/storage/logs/laravel.log ) for i in "${symlinks[@]}" do