added dozzle

This commit is contained in:
2023-04-26 01:16:34 -05:00
parent 7115fdbee9
commit abc22d1b43

View File

@@ -1,6 +1,18 @@
version: '3'
services:
dozzle:
container_name: dozzle
hostname: dozzle
image: amir20/dozzle:latest
environment:
- DOZZLE_ADDR=:1234
ports:
- 9999:1234
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
nc-db:
image: mariadb:10.6
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW