mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:32:25 -05:00
[feature] Set timezone in Docker using TZ env variable (#2050)
This commit is contained in:
parent
70929c1691
commit
9bd03e122e
4 changed files with 17 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ services:
|
|||
GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
|
||||
## For reverse proxy setups:
|
||||
# GTS_TRUSTED_PROXIES: "172.x.x.x"
|
||||
## Set the timezone of your server:
|
||||
#TZ: UTC
|
||||
ports:
|
||||
- "443:8080"
|
||||
## For letsencrypt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue