From 077427e8495f3ef80f642ed15029f9a762881a86 Mon Sep 17 00:00:00 2001 From: bdizen Date: Tue, 26 Nov 2024 15:53:32 +0200 Subject: [PATCH] change password to string --- config/services.yaml | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/services.yaml b/config/services.yaml index 88c1972..e393b9f 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -15,7 +15,7 @@ widget: type: deluge url: http://deluge - password: 85934212 # webui password + password: "85934212" # webui password - Home: - Frigate: diff --git a/docker-compose.yaml b/docker-compose.yaml index 48c5fb2..c1a36ae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: homepage: - image: ghcr.io/gethomepage/homepage:v0.9.11 + image: ghcr.io/gethomepage/homepage:latest container_name: homepage volumes: - ./config:/app/config # Make sure your local config directory exists