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)