leyhome/dozzle-agent hinzugefügt
This commit is contained in:
parent
5a448cdcc7
commit
ca65ce187c
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
dozzle-agent:
|
||||
image: amir20/dozzle:latest
|
||||
container_name: dozzle-agent
|
||||
command: agent
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7007:7007"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
- DOZZLE_HOSTNAME=Leyhome
|
||||
Loading…
Reference in New Issue