Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Iventoy on Nas Synology
#1
solved 
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]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)