mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
15 lines
360 B
YAML
15 lines
360 B
YAML
services:
|
|
dozzle:
|
|
image: amir20/dozzle:latest
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
ports:
|
|
- 9999:8080
|
|
environment:
|
|
# DOZZLE_REMOTE_HOST: tcp://ts-vperanda:2375|vperanda,tcp://ts-svr-office:2375
|
|
DOZZLE_HOSTNAME: ${HOSTNAME}
|
|
restart: unless-stopped
|
|
networks:
|
|
cloudflare_default:
|
|
external: true
|