mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Add timezone and localtime mounts to docker-compose
This commit is contained in:
parent
4d219723ae
commit
c64c72b773
@ -21,3 +21,5 @@ services:
|
|||||||
# Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory.
|
# Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory.
|
||||||
# This can also be changed with by replacing the line below with `- /path/of/your/choice:/home/node/trilium-data
|
# This can also be changed with by replacing the line below with `- /path/of/your/choice:/home/node/trilium-data
|
||||||
- ${TRILIUM_DATA_DIR:-~/trilium-data}:/home/node/trilium-data
|
- ${TRILIUM_DATA_DIR:-~/trilium-data}:/home/node/trilium-data
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user