Created
March 10, 2021 23:38
-
-
Save dnburgess/50720dc21a03ad2f20d7a54e7dc7813f to your computer and use it in GitHub Desktop.
DB Tech Dozzle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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