Merge pull request #2 from askiiart/main

Fix broken compose file in README
pull/4/head
zidesm 9 months ago committed by GitHub
commit db95169d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,27 +1,35 @@
# iventoy
A docker image running iventoy.
A Docker image running [iventoy](https://www.iventoy.com).
A github actions workflow runs daily to check if their is a new release.
https://hub.docker.com/r/ziggyds/iventoy
<https://hub.docker.com/r/ziggyds/iventoy>
## Docker Compose
````
This does not work with rootless Docker. The container must be run as root.
```yaml
---
version: '3.9'
services:
iventoy:
volumes:
- <mount>:<folder>
image: ziggyds/iventoy:latest
container_name: iventoy
restart: always
privileged: true #must be true
ports:
- 26000:26000
- 16000:16000
- 26000:26000
- 16000:16000
- 10809:10809
- 67:67
- 69:69
image: ziggyds/iventoy:latest
restart: unless-stopped
````
volumes:
- /<path to isos>:/iventoy/iso
- /<path to config>:/iventoy/data
- /<path to logs>:/iventoy/log
```
Not necessary to expose all the listed ports.
https://www.iventoy.com/en/doc_portnum.html
<https://www.iventoy.com/en/doc_portnum.html>

Loading…
Cancel
Save