1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00
This commit is contained in:
kev
2017-04-22 16:51:33 +08:00
parent a9020ca75b
commit db2e3d5d5a
12 changed files with 66 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ mosquitto:
image: vimagick/mosquitto
ports:
- "1883:1883"
- "8080:8080"
- "8883:8883"
volumes:
- ./data/mosquitto.conf:/etc/mosquitto/mosquitto.conf

View File

@@ -1,4 +1,6 @@
port 8883
listener 8080
protocol websockets
log_dest stdout
allow_anonymous false
password_file /etc/mosquitto/pwfile

View File

@@ -2,6 +2,7 @@ mosquitto:
image: vimagick/mosquitto
ports:
- "1883:1883"
- "8080:8080"
- "8883:8883"
volumes:
- ./data/mosquitto.conf:/etc/mosquitto/mosquitto.conf