飞牛nas下docker架设iventoy
version: '3.9'services:
iventoy:
image: ziggyds/iventoy:latest
container_name: iventoy
network_mode: host
restart: always
privileged: true
ports:
- 26000:26000
- 16000:16000
- 10809:10809
- 67:67/udp
- 69:69/udp
volumes:
- /host/path/iso:/app/iso
- /host/path/data:/app/data
- /host/path/log:/app/log
- /host/path/user:/app/user
environment:
- AUTO_START_PXE=true在compose下创建yml等待可以后就创建完成了
页:
[1]