version: '3.9' services: iventoy: image: ziggyds/iventoy:latest container_name: iventoy restart: always privileged: true #must be true ports: - 16000:16000 - 26000:26000 volumes: - /ISO_PATH:/iventoy/iso iventoy-build: build: context: . dockerfile: Dockerfile labels: IVENTOY: 1.0.17 args: IVENTOY: 1.0.17