From 624da5e9c98b817ff9d4c391da4b65017ec19468 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 27 Sep 2025 11:36:21 -0400 Subject: [PATCH] Updated docker command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfaf830..0ae03b7 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Kiwix Manager (KiwixM) is a comprehensive web-based management interface for Kiw - [Docker](https://docs.docker.com/install/) #### Instructions -1. Run the docker image: `docker run --name kiwix --restart unless-stopped -p 4000:3000 -v /media/library:/data ztimson/kiwixm:latest` +1. Run the docker image: `docker run -d --name kiwix --restart unless-stopped -p 3000:3000 -v /media/library:/data ztimson/kiwixm:latest` 2. Open [http://localhost:3000](http://localhost:3000) 3. Access the admin panel at [http://localhost:3000/admin](http://localhost:3000/admin)