diff --git a/software/container/docker-compose.yml b/software/container/docker-compose.yml index 4b360f4..3ae1b92 100644 --- a/software/container/docker-compose.yml +++ b/software/container/docker-compose.yml @@ -6,6 +6,8 @@ services: restart: always ports: - 1883:1883 + volumes: + - ./mosquitto.conf:/mosquitto/config/mosquitto.conf influxdb: # https://hub.docker.com/_/influxdb diff --git a/software/container/mosquitto.conf b/software/container/mosquitto.conf new file mode 100644 index 0000000..c8348ac --- /dev/null +++ b/software/container/mosquitto.conf @@ -0,0 +1,2 @@ +listener 1883 +allow_anonymous true