From 6d24790e73bf2dbf8155863e94760cf34aa7bdd4 Mon Sep 17 00:00:00 2001 From: xbdm Date: Fri, 7 Jul 2023 14:30:20 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 94853a2..8429d61 100644 --- a/README.md +++ b/README.md @@ -114,14 +114,18 @@ If you are like me, and you also like the NSA, feel free to contribute and add m [25]: https://theintercept.com/document/2014/03/20/hunt-sys-admins/ [26]: https://www.theguardian.com/world/2013/dec/17/merkel-compares-nsa-stasi-obama +### Deploy with Docker -## Simple & Easy Installation - -### Docker & docker compose - -Run wikiless in production with docker compose: - +Run wikiless in production with docker-compose: ``` +docker-compose down +docker-compose pull +docker-compose up -d +``` + +Run wikiless in developer with docker-compose: +``` +docker-compose down docker-compose up -d --build ``` Wikiless should now be running at .