Update README.md

pull/4/head
zidesm 10 months ago committed by GitHub
parent 37563a0d9f
commit f3e8a3bd52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,22 @@
# iventoy
Dockerized version of ventoy for use on unraid
A docker image running iventoy.
https://hub.docker.com/r/ziggyds/iventoy
## Docker Compose
````
---
version: '3.9'
services:
iventoy:
volumes:
- <mount>:<folder>
ports:
- 26000:26000
- 16000:16000
- 10809:10809
image: ziggyds/iventoy:latest
restart: unless-stopped
````

Loading…
Cancel
Save