From ec411baf57726dbe6cf7e2f5562f40e62c331cbf Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 10 Jun 2018 16:39:18 -0500 Subject: [PATCH] info about USER env --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faefb332..b183f6d1 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,10 @@ services: environment: - REMARK_URL=https://demo.remark42.com # url pointing to your remark42 server - - USER=1001 # UID on the host machine - SECRET=abcd-123456-xyz-$%^& # secret key - AUTH_GITHUB_CID=12345667890 # oauth2 client ID - AUTH_GITHUB_CSEC=abcdefg12345678 # oauth2 client secret + - USER=1001 # UID on the host machine, i.e `id -u` volumes: - ./var:/srv/var # persistent volume to store all remark42 data ```