From 73e7c46c38d8f90a3ba5acc1fd177b267716e348 Mon Sep 17 00:00:00 2001 From: xbdm Date: Tue, 6 Jun 2023 00:46:39 -0400 Subject: [PATCH] sense there is no image, just build from source instead --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 0235963..b084c1c 100644 --- a/README.md +++ b/README.md @@ -111,13 +111,7 @@ If you are like me, and you also like the NSA, feel free to contribute and add m Run wikiless in production with docker compose: -``` -docker-compose up -d -``` -Wikiless should now be running at . - -For development, there's a `docker-compose.yml (build from source comment, uncomment it out and use the commands below)` that mounts the app code (for hot reload of code changes) and default config: - ``` docker-compose up -d --build ``` +Wikiless should now be running at .