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