Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. version: '2'
  2. services:
  3. homeassistant:
  4. container_name: home-assistant
  5. image: homeassistant/raspberrypi3-homeassistant
  6. volumes:
  7. - /config:/config
  8. - /etc/localtime:/etc/localtime:ro
  9. restart: always
  10. network_mode: host
  11. mosquitto:
  12. image: eclipse-mosquitto
  13. container_name: mosquitto
  14. network_mode: host
  15. restart: always
  16. volumes:
  17. - /mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
  18. - /mosquitto/data:/mosquitto/data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement