How to edit docker app config file

davistw

Cadet
Joined
Apr 3, 2017
Messages
4
I have installed mosquitto as a docker app.
I need to add some configuration settings to the mosquitto.conf file.
How do I do that? If I change the file it wipes it out.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Depending on which version of that app you installed (seems like it would have been TrueCharts)... you need to set the Storage and Persistence section of the app to have the Config stored somewhere in your pool.

If you installed it manually as a Custom App, you need to work out what Host Path Volume to add under storage for the container you chose in order to redirect the app's config to your pool.

Once you did one of those things, edit the config file in the location you selected on your pool.
 
Top