Docker Container Widget Update

This commit is contained in:
2025-11-04 17:37:03 +00:00
parent 6c4131f0e1
commit 63216028c2
2 changed files with 9 additions and 1 deletions

View File

@@ -31,6 +31,14 @@
url: https://npm.sirblob.co/ url: https://npm.sirblob.co/
icon: si:nginxproxymanager icon: si:nginxproxymanager
- type: docker-containers
title: Docker Containers
cache: 30s
hide-by-default: false
format-container-names: true
sock-path: /var/run/docker.sock
running-only: false
- type: custom-api - type: custom-api
title: Immich stats title: Immich stats
cache: 10m cache: 10m

View File

@@ -8,7 +8,7 @@ services:
- ./assets:/app/assets - ./assets:/app/assets
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
# Optionally, also mount docker socket if you want to use the docker containers widget # Optionally, also mount docker socket if you want to use the docker containers widget
# - /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
ports: ports:
- 3947:8080 - 3947:8080
env_file: .env env_file: .env