---
services:
iventoy:
image: devzwf/iventoy:latest
container_name: iventoy
restart: unless-stopped
privileged: true
ports:
- 26000:26000
- 16000:16000
- 69:69/udp
volumes:
- ./isos:/app/iso
- ./config:/app/data
- ./log:/app/log
- ./user:/app/user
environment:
- DEBUG=false