mispelled yml added dozzle
This commit is contained in:
parent
04b9edf637
commit
5c8cf7668b
9
dozzle/compose.yml
Normal file
9
dozzle/compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
services:
|
||||||
|
dozzle:
|
||||||
|
restart: unless-stopped
|
||||||
|
image: amir20/dozzle:latest
|
||||||
|
container_name: dozzle
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
ports:
|
||||||
|
- 60345:8080
|
Loading…
Reference in a new issue