Add Dashboard_Containers/homepage/config/docker.yaml
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
# Docker Integration
|
||||||
|
# https://gethomepage.dev/configs/docker/
|
||||||
|
#
|
||||||
|
# Allows Homepage to show container status on service tiles.
|
||||||
|
# The socket proxy (below) is the secure way — never mount /var/run/docker.sock
|
||||||
|
# directly into Homepage.
|
||||||
|
|
||||||
|
my-server:
|
||||||
|
# Uses a socket proxy (e.g. Tecnativa docker-socket-proxy) instead of
|
||||||
|
# exposing the raw Docker socket. See docker-compose.yml for the proxy service.
|
||||||
|
host: dockerproxy
|
||||||
|
port: 2375
|
||||||
Reference in New Issue
Block a user