--- version: '3.9' services: iventoy: image: ziggyds/iventoy:latest container_name: iventoy restart: always privileged: true #must be true ports: - 26000:26000 - 16000:16000 - 10809:10809 - 67:67/udp - 69:69/udp volumes: - /srv/dev-disk-by-uuid-025e362a-4951-4882-8376-7617414457cb/media/iventoy/iso:/app/iso - /srv/dev-disk-by-uuid-025e362a-4951-4882-8376-7617414457cb/media/iventoy/data:/app/data - /srv/dev-disk-by-uuid-025e362a-4951-4882-8376-7617414457cb/media/iventoy/log:/app/log environment: - AUTO_START_PXE=true # optional, true by default networks: macvlan: ipv4_address: 192.168.1.171 volumes: iso: external: true data: external: true networks: macvlan: name: macvlan driver: macvlan driver_opts: parent: ens18 ipam: config: - subnet: "192.168.1.0/24" ip_range: "192.168.1.192/28" gateway: "192.168.1.1"