Initiale Version

This commit is contained in:
2025-12-22 09:05:42 +01:00
parent 5d2f2830b4
commit 308604f647
+17
View File
@@ -0,0 +1,17 @@
services:
dozzle:
container_name: dozzle
restart: unless-stopped
deploy:
resources:
limits:
memory: 256M
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
environment:
- DOZZLE_REMOTE_AGENT=192.168.178.215:9007 #,192.168.178.200:8081
ports:
- 9889:8080
networks: {}