2025.04.12-16:50

This commit is contained in:
2025-04-12 16:47:28 +02:00
parent e47962aeaa
commit 3994f68c38
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
version: "3.8"
services:
dozzle:
image: amir20/dozzle:latest
container_name: dozzle
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8086:8080
labels:
- com.centurylinklabs.watchtower.enable=true