mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 02:04:20 +01:00
docker-compose, set localization in docker containers
/etc/localtime and /etc/timezone are used for localization
This commit is contained in:
parent
b12312f998
commit
d7479c742f
2 changed files with 9 additions and 2 deletions
|
|
@ -111,6 +111,8 @@ services:
|
|||
expose:
|
||||
- 27017
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- wekan-db:/data/db
|
||||
- wekan-db-dump:/dump
|
||||
|
||||
|
|
@ -657,6 +659,9 @@ services:
|
|||
#---------------------------------------------------------------------
|
||||
depends_on:
|
||||
- wekandb
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# ==== OPTIONAL: SHARE DATABASE TO OFFICE LAN AND REMOTE VPN ====
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue