Closed lucas2350d closed 1 year ago
docker exec -it CONTAINER details
should show all startup arguments, including your args.Im set it in the ENV var in Portainer but in the docker details it isnt shown
got it
Upstream changed startparameter handling, initial it was a function now its a variable. Lgsm config works by providing a _default.cfg and I added a slightly modified common.cfg for environment variables to config. Every value in common.cfg will overwrite _default.cfg, but because of the change I didn't overwrite it. If you dont build it yourself docker hub will take its time, looks fixed for me:
Thanks!
Hey justito, i need the -allowlocalhttp flag for a Discord Muter. At the startup im set the ENV var like this:
-e SERVER_ADDITIONAL_PARAMETERS="-disableluarefresh -allowlocalhttp" \ is it possible to see if that worked? I have a problem with the Discord Muter that points to it
Thanks!