diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
commit | d3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 (patch) | |
tree | 68f98d5c926689ee22d7fb796e3d9ce5ebf68783 /mosquitto/mosquitto.conf | |
parent | e099ed460a4e0be3ff99b684e537b9678cf3f449 (diff) |
initial working docker-compose
Diffstat (limited to 'mosquitto/mosquitto.conf')
-rw-r--r-- | mosquitto/mosquitto.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mosquitto/mosquitto.conf b/mosquitto/mosquitto.conf new file mode 100644 index 0000000..83ca3b0 --- /dev/null +++ b/mosquitto/mosquitto.conf @@ -0,0 +1,3 @@ +acl_file /mosquitto/config/acl_file +allow_anonymous true +password_file /mosquitto/config/password_file
\ No newline at end of file |