From 279e200e3a2f713e13b7b364fb8d34aea1cdfa25 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 24 Feb 2019 12:26:01 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a3e098..3f3f5509 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Remark42 is a self-hosted, lightweight, and simple (yet functional) comment engi _this is the recommended way to run remark42_ * copy provided `docker-compose.yml` and customize for your needs -* make sure you **don't keep** `DEV_PASSWD=something...` for any non-development deployments +* make sure you **don't keep** `ADMIN_PASSWD=something...` for any non-development deployments * pull prepared images from the docker hub and start - `docker-compose pull && docker-compose up -d` * alternatively compile from the sources - `docker-compose build && docker-compose up -d`