mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +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
|