Docker configuration templates
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.template 143B

12345678910
  1. #version: '3'
  2. #services:
  3. mqtt:
  4. build: mqtt
  5. ports:
  6. - "1883:1883"
  7. - "9001:9001"
  8. volumes:
  9. - /opt/mqtt:/mosquitto