mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
12 lines
263 B
YAML
12 lines
263 B
YAML
mosquitto:
|
|
image: vimagick/mosquitto
|
|
ports:
|
|
- "1883:1883"
|
|
- "8080:8080"
|
|
- "8883:8883"
|
|
volumes:
|
|
- ./data/mosquitto.conf:/etc/mosquitto/mosquitto.conf
|
|
- ./data/pwfile:/etc/mosquitto/pwfile
|
|
- ./data:/var/lib/mosquitto
|
|
restart: always
|