feat(docker): Specify the folder where tzdata downloads data so that it can be used in a volume
Closes #1280 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
2c28312fc9
commit
4bb062528f
@ -78,3 +78,5 @@ config :mobilizon, :exports,
|
||||
|
||||
config :tz_world,
|
||||
data_dir: System.get_env("MOBILIZON_TIMEZONES_DIR", "/var/lib/mobilizon/timezones")
|
||||
|
||||
config :tzdata, :data_dir, System.get_env("MOBILIZON_TIMEZONES_DIR", "/var/lib/mobilizon/tzdata")
|
||||
|
Loading…
Reference in New Issue
Block a user