mirror of
https://github.com/ziggyds/iventoy
synced 2024-11-11 13:11:10 +00:00
Merge pull request #5 from vvbelousov/main
Fix for ports and directories
This commit is contained in:
commit
56660c547f
10
README.md
10
README.md
@ -23,12 +23,12 @@ services:
|
||||
- 26000:26000
|
||||
- 16000:16000
|
||||
- 10809:10809
|
||||
- 67:67
|
||||
- 69:69
|
||||
- 67:67/udp
|
||||
- 69:69/udp
|
||||
volumes:
|
||||
- /<path to isos>:/iventoy/iso
|
||||
- /<path to config>:/iventoy/data
|
||||
- /<path to logs>:/iventoy/log
|
||||
- /<path to isos>:/app/iso
|
||||
- /<path to config>:/app/data
|
||||
- /<path to logs>:/app/log
|
||||
environment:
|
||||
- AUTO_START_PXE=true # optional, true by default
|
||||
```
|
||||
|
@ -9,7 +9,7 @@ services:
|
||||
- 16000:16000
|
||||
- 26000:26000
|
||||
volumes:
|
||||
- isos:/iventoy/iso
|
||||
- isos:/app/iso
|
||||
- config:/app/data
|
||||
environment:
|
||||
- AUTO_START_PXE=true
|
||||
@ -28,4 +28,4 @@ volumes:
|
||||
isos:
|
||||
external: true
|
||||
config:
|
||||
external: true
|
||||
external: true
|
||||
|
Loading…
Reference in New Issue
Block a user