mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-12-04 05:59:42 +09:00
persist laravel.log
This commit is contained in:
@@ -194,6 +194,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **14.07.19:** - Save laravel.log to /config
|
||||||
* **28.06.19:** - Rebasing to alpine 3.10.
|
* **28.06.19:** - Rebasing to alpine 3.10.
|
||||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||||
* **22.02.19:** - Rebasing to alpine 3.9.
|
* **22.02.19:** - Rebasing to alpine 3.9.
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ app_setup_block: |
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "14.07.19:", desc: "Save laravel.log to /config" }
|
||||||
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
- { 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: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ symlinks=( \
|
|||||||
/var/www/localhost/heimdall/storage/app/public/icons \
|
/var/www/localhost/heimdall/storage/app/public/icons \
|
||||||
/var/www/localhost/heimdall/app/SupportedApps \
|
/var/www/localhost/heimdall/app/SupportedApps \
|
||||||
/var/www/localhost/heimdall/database/app.sqlite \
|
/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[@]}"
|
for i in "${symlinks[@]}"
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user