mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 15:05:50 +03:00
[GH-ISSUE #6] Add config mount option for TFTP files #4
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EpicLPer on GitHub (Jan 1, 2022).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/6
Heya!
I'm currently trying to set up this Docker Container on my Synology NAS, however I can't bind Port 69 to the Docker container since Synology reserves that port for its own TFTP server functionality.
My suggestion here would be to give a separate mount config option for the TFTP files so I can set a separate location and use the internal Synology TFTP server instead of the Docker integrated one to serve those files. However I'm not sure how easy this would be to do and how easy it'd be to update those files in case the Docker container itself updates.
Thanks already for reading!
@thelamer commented on GitHub (Jan 6, 2022):
https://github.com/linuxserver/docker-netbootxyz/issues/11#issuecomment-968433485
This what you are looking for ?
@EpicLPer commented on GitHub (Jan 12, 2022):
Ah, yes that's exactly what I searched for, thanks!