• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Apt-get related issue
#8
The latest container of today starts the mosquitto in the version V2.0.14. If you want to create you personal and own mosquitto.conf file from the default file, then get a copy of it from the official mosquitto's source code repository from here https://github.com/eclipse/mosquitto/blo...uitto.conf and then edit the file and add the two missing lines

Then copy (WinSCP for example) your edited file to your netFIELD Compact gateway to the folder e.g. /home/admin/ and then start the container again with

Code:
docker run -d -it -p 1883:1883 -p 9001:9001 --name mosquitto -v /home/admin/mosquitto.conf:/mosquitto/config/mosquitto.conf eclipse-mosquitto

This command above will map your personal mosquitto.conf file into the new container during startup.
You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Messages In This Thread
Apt-get related issue - by DSongra - January-3rd-2022, 11:42 AM
RE: Apt-get related issue - by Armin@netPI - January-3rd-2022, 11:51 AM
RE: Apt-get related issue - by Armin@netPI - January-3rd-2022, 11:53 AM
RE: Apt-get related issue - by Armin@netPI - January-3rd-2022, 11:55 AM
RE: Apt-get related issue - by DSongra - January-3rd-2022, 12:32 PM
RE: Apt-get related issue - by Armin@netPI - January-3rd-2022, 12:42 PM
RE: Apt-get related issue - by DSongra - January-3rd-2022, 12:52 PM
RE: Apt-get related issue - by Armin@netPI - January-3rd-2022, 12:55 PM
RE: Apt-get related issue - by DSongra - January-3rd-2022, 01:27 PM
RE: Apt-get related issue - by Armin@netPI - January-3rd-2022, 01:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)