04-06-2024, 12:04 PM
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
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
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
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