docker: Set timezone in TZ env var.

This commit is contained in:
tecnovert
2021-02-14 15:06:46 +02:00
parent 3217918f7c
commit d6a1ff6030
8 changed files with 21 additions and 6 deletions

View File

@@ -61,6 +61,8 @@ services:
- /var/swapdata/swapclient:/data
ports:
- "${HTML_PORT}" # Expose only to localhost, see .env
environment:
- TZ
depends_on:
- particl_core
restart: unless-stopped