Advertisement
csutcliff

Untitled

Feb 28th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. version: '3'
  2. services:
  3. dz-googleassistant:
  4. image: dewgew/domoticz-google-assistant
  5. container_name: domoticz-google-assistant
  6. environment:
  7. - PUID=1010
  8. - PGID=1010
  9. ports:
  10. - 3030:3030
  11. volumes:
  12. - /home/${USER}/Domoticz-Google-Assistant/config:/dzGA/config
  13. - /etc/timezone:/etc/timezone:ro
  14. - /etc/localtime:/etc/localtime:ro
  15. restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement