Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created March 10, 2021 23:38
Show Gist options
  • Save dnburgess/50720dc21a03ad2f20d7a54e7dc7813f to your computer and use it in GitHub Desktop.
Save dnburgess/50720dc21a03ad2f20d7a54e7dc7813f to your computer and use it in GitHub Desktop.
DB Tech Dozzle
version: '2'
services:
dozzle:
image: amir20/dozzle:latest
container_name: dozzle
ports:
- 8888:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment