1
0

chore(deps): update amir20/dozzle docker tag to v10.1.1 (localApps) (#4435)

This commit is contained in:
renovate[bot]
2026-03-10 02:12:43 +00:00
committed by GitHub
parent fc4e2b0bf0
commit 8a5200957a
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
dozzle:
image: amir20/dozzle:v10.1.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
healthcheck:
test: [ "CMD", "/dozzle", "healthcheck" ]
interval: 3s
timeout: 30s
retries: 5
start_period: 30s
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- DOZZLE_ADDR=:8080
- DOZZLE_BASE=/
- DOZZLE_LEVEL=info