added explicit hermes dns
This commit is contained in:
@@ -2,8 +2,11 @@ services:
|
||||
appdaemon:
|
||||
container_name: appdaemon
|
||||
image: acockburn/appdaemon:dev
|
||||
# image: acockburn/appdaemon:local-dev
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
tty: true
|
||||
dns:
|
||||
- 192.168.1.150
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
||||
Reference in New Issue
Block a user