1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:49:18 +02:00
dockerfiles/iventoy/docker-compose.yml

10 lines
202 B
YAML
Raw Permalink Normal View History

2024-12-02 11:31:43 +02:00
services:
iventoy:
image: vimagick/iventoy
volumes:
- ./data/iso:/opt/iventoy/iso
- ./data/log:/opt/iventoy/log
network_mode: host
privileged: true
restart: unless-stopped