README.md: fix a typo in a variable name from an example (#491)

s/TIME_ZINE/TIME_ZONE/
This commit is contained in:
Slava Semushin
2019-12-15 21:28:40 -06:00
committed by Umputun
parent 30c42ce36b
commit 45fa60f5a1
+1 -1
View File
@@ -358,7 +358,7 @@ services:
container_name: "remark42"
environment:
- APP_UID=2000 # runs remark42 app with non-default UID
- TIME_ZINE=GTC # sets container time to UTC
- TIME_ZONE=GTC # sets container time to UTC
- REMARK_URL=https://demo.remark42.com # url pointing to your remark42 server
- SITE=YOUR_SITE_ID # site ID, same as used for `site_id`, see "Setup on your website"