Updated docker command
This commit is contained in:
@@ -75,7 +75,7 @@ Kiwix Manager (KiwixM) is a comprehensive web-based management interface for Kiw
|
|||||||
- [Docker](https://docs.docker.com/install/)
|
- [Docker](https://docs.docker.com/install/)
|
||||||
|
|
||||||
#### Instructions
|
#### 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)
|
2. Open [http://localhost:3000](http://localhost:3000)
|
||||||
3. Access the admin panel at [http://localhost:3000/admin](http://localhost:3000/admin)
|
3. Access the admin panel at [http://localhost:3000/admin](http://localhost:3000/admin)
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user