1
0
Fork 0

Add Dasher container

This commit is contained in:
Andrew Tomaka 2018-06-02 08:53:43 -04:00
parent 70cfc5b6d0
commit 4d3efc479c
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 10 additions and 0 deletions

View File

@ -244,6 +244,16 @@ services:
- 8080:8080
links:
- mqtt
dasher:
image: clemenstyp/dasher-docker:latest
container_name: dasher
restart: always
environment:
PUID: 0
PGID: 0
volumes:
- "/mnt/data/docker/dasher/config:/root/dasher/config"
network_mode: host
networks:
proxy: