This commit is contained in:
Sven Hanold
2025-12-22 15:10:35 +00:00
parent 36675f77d7
commit cb19e92f47
2 changed files with 37 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
dozzle-agent:
restart: unless-stopped
deploy:
resources:
limits:
memory: 128M
image: amir20/dozzle:latest
command: agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 9007:7007
networks: {}
#