added explicit hermes dns

This commit is contained in:
John Lancaster
2025-12-02 10:45:38 -06:00
parent 43beb1e950
commit d8476e9fdf

View File

@@ -2,8 +2,11 @@ services:
appdaemon:
container_name: appdaemon
image: acockburn/appdaemon:dev
# image: acockburn/appdaemon:local-dev
restart: unless-stopped
tty: true
dns:
- 192.168.1.150
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro