Add docker-compose.yml
This commit is contained in:
commit
66589c3ed9
26
docker-compose.yml
Normal file
26
docker-compose.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
iventoy:
|
||||||
|
image: ziggyds/iventoy:latest
|
||||||
|
container_name: iventoy
|
||||||
|
restart: always
|
||||||
|
privileged: true #must be true
|
||||||
|
ports:
|
||||||
|
- 26000:26000
|
||||||
|
- 16000:16000
|
||||||
|
- 10809:10809
|
||||||
|
- 67:67/udp
|
||||||
|
- 69:69/udp
|
||||||
|
volumes:
|
||||||
|
- isos:/app/iso
|
||||||
|
- config:/app/data
|
||||||
|
- /<path to logs>:/app/log
|
||||||
|
environment:
|
||||||
|
- AUTO_START_PXE=true # optional, true by default
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
isos:
|
||||||
|
external: true
|
||||||
|
config:
|
||||||
|
external: true
|
||||||
Loading…
Reference in New Issue
Block a user