mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
Allow logging to standard output
This commit is contained in:
@@ -36,6 +36,10 @@ Expose to all ips
|
||||
Change the default UTC timezone. Use TZ database name from [Timezone list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
|
||||
|
||||
docker run -e "TZ=Europe/London" -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk
|
||||
|
||||
Change the logging location from a file to standard output
|
||||
|
||||
docker run -e "LOGGING=out" -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk
|
||||
|
||||
For Tachidesk Preview version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user