diff --git a/docker-compose.yml b/docker-compose.yml index 6e8faa9..50fd6d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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