mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-01-19 16:14:45 +00:00
Timezone for logs
This commit is contained in:
parent
579737f600
commit
934aebea76
|
|
@ -39,7 +39,7 @@ sudo unzip \
|
|||
# -- logging
|
||||
rsyslog \
|
||||
# -- utilities
|
||||
sed less nano vim file wget curl gnupg2 netcat software-properties-common xdelta3
|
||||
sed less nano vim file wget curl gnupg2 netcat software-properties-common xdelta3 tzdata
|
||||
|
||||
|
||||
# CLEAN IMAGE
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ services:
|
|||
T2_LoadScreenMOTD2: "This is a Loki Linux Server!"
|
||||
T2_LoadScreenMOTD3: " "
|
||||
T2_LoadScreenMOTD4: " "
|
||||
TZ: America/New_York
|
||||
secrets:
|
||||
- t2.admin.password
|
||||
- t2.classic.superadmin.password
|
||||
|
|
|
|||
Loading…
Reference in a new issue