Closed timmornYE closed 1 year ago
Using the Docker Image provided at https://hub.docker.com/r/saubyk/c-lightning-rest cl-rest-config.json always gets overwritten by the default
cl-rest-config.json
{ "PORT": 3001, "DOCPORT": 4001, "PROTOCOL": "https", "EXECMODE": "production", "RPCCOMMANDS": "" }
every time I start the container. Tried to make an own image where I keep care that my config is there from beginning. But no matter what I do... it always gets replaced by default. I do not think this is desired behaviour?
Using the Docker Image provided at https://hub.docker.com/r/saubyk/c-lightning-rest
cl-rest-config.json
always gets overwritten by the defaultevery time I start the container. Tried to make an own image where I keep care that my config is there from beginning. But no matter what I do... it always gets replaced by default. I do not think this is desired behaviour?