Ventoy Forums
Iventoy on Nas Synology - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: iVentoy General Use —— iVentoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=7)
+--- Forum: iVentoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=8)
+--- Thread: Iventoy on Nas Synology (/showthread.php?tid=2843)



Iventoy on Nas Synology - Vista1967 - 04-06-2024

Good morning,

If anyone can help me, I install Iventoy on Nas Synology Container Manager at first sight everything works (see the screenshot at the end of the page) but I still have a problem Smile


I followed this link link: https://github.com/ziggyds/iventoy but unfortunately I couldn't get it to work correctly, my problem is how to connect to the admin GUI, I have must have made a mistake somewhere.

When I put the IP address of my NAS 192.168.1.10:26000, nothing happens!?, has anyone already installed it?


Thanks a lot if anyone can help!

---
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:
      - /volume1/docker/iventoy/iso:/app/iso
      - /volume1/docker/iventoy/data:/app/data
      - /volume1/docker/iventoy/log:/app/log
    environment:
      - AUTO_START_PXE=true # optional, true by default


[Image: vvs3.png]

[Image: i6pk.png]