You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what is going wrong here. I've loaded the program with docker and I can access the webgui, but the instructions said to load this file into the browser and follow the instructions, however there seems to be an issue as I have changed the file to $enabled = true;
But when loading the file into the browser, it reports that the file has not been edited.
The text was updated successfully, but these errors were encountered:
This must be some docker issue. The file that is effectively served to the browser is probably still not edited.
Dockerfile has ENV parameter ULOGGER_ENABLE_SETUP. Set it to 1 when running you docker.
Something like this: docker run -e ULOGGER_ENABLE_SETUP=1
Anyway I only use this docker for testing. It may be not fully functional.
Not sure what is going wrong here. I've loaded the program with docker and I can access the webgui, but the instructions said to load this file into the browser and follow the instructions, however there seems to be an issue as I have changed the file to $enabled = true;
But when loading the file into the browser, it reports that the file has not been edited.
The text was updated successfully, but these errors were encountered: