ziggyds/iventoy

Configuration Issue

Opened this issue · 1 comments

Hello, first off thanks for making this, I'm trying to learn docker so this is a great intro project. So I have the container running and I can get to the web ui, but I don't know where to put the iso files. I'm also pretty new to linux so in a little over my head there as well lol.

This is my docker-compose.yml file
`---
version: '3.9'
services:
iventoy:
image: ziggyds/iventoy:latest
container_name: iventoy
restart: always
privileged: true #must be true
network_mode: host
ports:
- 26000:26000
- 16000:16000
- 10809:10809
- 67:67/udp
- 69:69/udp
volumes:
- isos:/app/iso
- config:/app/data
- /:/app/log
environment:
- AUTO_START_PXE=true # optional, true by default

volumes:
isos:
external: true
config:
external: true`

I hate to ask, but would you be willing to outline the commands needed to finish any config for creating/mounting the volumes and where that physical location would be so I can load my isos. Ideally the target directory would be /home/kenji/docker-iimages/iventoy/app/isos but if that's not possible then that's okay too. Thank you for any help you are willing to provide. Thanks again for the effort you put into making this!

you have to mount the folder as a bind directory using volumes to create a bind