diff --git a/home-assistant/docker-compose.yaml b/home-assistant/docker-compose.yaml index af21784..3ba821f 100755 --- a/home-assistant/docker-compose.yaml +++ b/home-assistant/docker-compose.yaml @@ -188,4 +188,6 @@ services: timeout: 3s retries: 2 labels: - com.centurylinklabs.watchtower.enable: true \ No newline at end of file + com.centurylinklabs.watchtower.enable: true + wud.watch: true + wud.watch.digest: true \ No newline at end of file diff --git a/jupyter_notebook/docker-compose.yml b/jupyter_notebook/docker-compose.yml index 05f0cb2..9f8e7d4 100755 --- a/jupyter_notebook/docker-compose.yml +++ b/jupyter_notebook/docker-compose.yml @@ -5,4 +5,4 @@ services: - 8888:8888 volumes: - /share/docker_data/jupyter:/home/jovyan/work - image: jupyter/base-notebook \ No newline at end of file + image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest \ No newline at end of file