Update README.md

This commit is contained in:
Alex
2019-02-24 12:26:01 +03:00
committed by GitHub
parent 90a84dd886
commit 279e200e3a
+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`