docker_config/mqtt/docker-compose.template

11 lines
143 B
Plaintext
Raw Normal View History

2023-06-23 13:16:57 +02:00
#version: '3'
#services:
mqtt:
build: mqtt
ports:
2023-06-25 20:05:20 +02:00
- "1883:1883"
- "9001:9001"
volumes:
- /opt/mqtt:/mosquitto