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 ```