Closed fenpaws closed 1 year ago
This issue seams to be resolved now, I had a different DNS problem yesterday that none of my monitoring system caught and that also hindered the netbootxyz container to get DNS.
So for anyone who may have the same issue, check if your container can resolve DNS addresses. Cause its always DNS.
EDIT: Also, you can find the menu files in the current releases of netbootxyz
Issue Description: When attempting to use Docker Compose with netbootxyz, I encountered an error related to the program's inability to locate the menus. The specific error message I received is as follows:
I attempted to resolve the issue by removing the ENV responsible for the MENU_VERSION, as it was marked as
#OPTIONAL
. However, the problem persisted even after removing the ENV, resulting in the same error message.Without the ENV, the error message appears as follows:
I am currently unsure about the cause of this issue, and I have been unable to find any information regarding the storage location of the menu files on the GitHub repository. Any assistance or guidance in resolving this problem would be greatly appreciated.