Merge pull request #282 from alehano/patch-1

Update README.md
This commit is contained in:
Umputun
2019-02-24 03:40:38 -06:00
committed by GitHub
+1 -1
View File
@@ -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`