1
0

chore(deps): update mauricenino/dashdot docker tag to v6.3.4 (localApps) (#4327)

This commit is contained in:
renovate[bot]
2026-03-04 05:02:47 +00:00
committed by GitHub
parent efc70e2e95
commit 66105d51ca
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
services:
dashdot:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3001"
volumes:
- "/etc/os-release:/etc/os-release:ro"
- "/proc/1/ns/net:/mnt/host_ns_net:ro"
- "${DATA_PATH}:/mnt/host:ro"
privileged: true
tty: true
image: mauricenino/dashdot:6.3.4
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true