From 1613246eca95b6056782ebf75487667ee8eb8242 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Mon, 14 Apr 2025 19:23:54 +0200 Subject: [PATCH] renamed customer user group --- home-assistant/docker-compose.yaml | 4 +++- jupyter_notebook/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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