Add link of docker-compose file

This commit is contained in:
Bal Krishna Jha
2021-12-04 13:33:24 -06:00
committed by Umputun
parent a1050472c4
commit c8361a3844
@@ -8,7 +8,7 @@ title: Installation
_This is the recommended way to run Remark42_
- copy provided `docker-compose.yml` and customize for your needs
- copy provided [`docker-compose.yml`](https://github.com/umputun/remark42/blob/master/docker-compose.yml) and customize for your needs
- 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`