You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
add ices
This commit is contained in:
@@ -13,6 +13,7 @@ mosquitto:
|
||||
image: vimagick/mosquitto
|
||||
ports:
|
||||
- "1883:1883"
|
||||
- "8080:8080"
|
||||
- "8883:8883"
|
||||
volumes:
|
||||
- ./data/mosquitto.conf:/etc/mosquitto/mosquitto.conf
|
||||
|
@@ -1,4 +1,6 @@
|
||||
port 8883
|
||||
listener 8080
|
||||
protocol websockets
|
||||
log_dest stdout
|
||||
allow_anonymous false
|
||||
password_file /etc/mosquitto/pwfile
|
||||
|
@@ -2,6 +2,7 @@ mosquitto:
|
||||
image: vimagick/mosquitto
|
||||
ports:
|
||||
- "1883:1883"
|
||||
- "8080:8080"
|
||||
- "8883:8883"
|
||||
volumes:
|
||||
- ./data/mosquitto.conf:/etc/mosquitto/mosquitto.conf
|
||||
|
Reference in New Issue
Block a user