From f3e8a3bd5284cc5cabe2f88940034dcda57e4bac Mon Sep 17 00:00:00 2001 From: zidesm <76918762+zidesm@users.noreply.github.com> Date: Tue, 8 Aug 2023 00:56:44 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d12d22..285d858 100644 --- a/README.md +++ b/README.md @@ -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: + - : + ports: + - 26000:26000 + - 16000:16000 + - 10809:10809 + image: ziggyds/iventoy:latest + restart: unless-stopped +````