From 45fa60f5a1834c490b7a2ff8af331a6c90e75c26 Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Mon, 16 Dec 2019 03:28:40 +0000 Subject: [PATCH] README.md: fix a typo in a variable name from an example (#491) s/TIME_ZINE/TIME_ZONE/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ff67c5..da8a34bc 100644 --- a/README.md +++ b/README.md @@ -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"