leycloud/dozzle.yml hinzugefügt
This commit is contained in:
parent
3e60756fc2
commit
97529c3f81
|
|
@ -0,0 +1,15 @@
|
||||||
|
services:
|
||||||
|
dozzle-cloud:
|
||||||
|
container_name: dozzle-cloud
|
||||||
|
image: amir20/dozzle:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
# Wenn du NPM nutzt, kannst du "127.0.0.1:8888:8080" nehmen,
|
||||||
|
# damit niemand die IP direkt aufruft.
|
||||||
|
ports:
|
||||||
|
- "8888:8080"
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
environment:
|
||||||
|
# WICHTIG: Nutze hier die WireGuard-IP von Leyhome
|
||||||
|
- DOZZLE_REMOTE_AGENT=10.0.0.2:7007
|
||||||
|
- DOZZLE_LEVEL=info
|
||||||
Loading…
Reference in New Issue