Add Dasher container
This commit is contained in:
parent
70cfc5b6d0
commit
4d3efc479c
1 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue