added dozzle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user