First version

This commit is contained in:
2025-03-14 10:05:03 +01:00
commit c4b48f1528
+13
View File
@@ -0,0 +1,13 @@
services:
dozzle:
container_name: Dozzle
image: amir20/dozzle:latest
mem_limit: 3g
cpu_shares: 768
security_opt:
- no-new-privileges:true
restart: always
ports:
- 8892:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock