From e9652c1896f98ae7e2347ad9532e9a407159312a Mon Sep 17 00:00:00 2001 From: vvbelousov <113429964+vvbelousov@users.noreply.github.com> Date: Sat, 30 Sep 2023 13:08:07 +0300 Subject: [PATCH] Update README.md Fixed: app directory udp ports --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78cbb0e..d775a01 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ services: - 26000:26000 - 16000:16000 - 10809:10809 - - 67:67 - - 69:69 + - 67:67/udp + - 69:69/udp volumes: - - /:/iventoy/iso - - /:/iventoy/data - - /:/iventoy/log + - /:/app/iso + - /:/app/data + - /:/app/log environment: - AUTO_START_PXE=true # optional, true by default ```