mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:49:18 +02:00
10 lines
202 B
YAML
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
|