1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00
dockerfiles/iventoy/docker-compose.yml
2024-12-02 17:31:43 +08:00

10 lines
202 B
YAML

services:
iventoy:
image: vimagick/iventoy
volumes:
- ./data/iso:/opt/iventoy/iso
- ./data/log:/opt/iventoy/log
network_mode: host
privileged: true
restart: unless-stopped