13 lines
436 B
YAML
13 lines
436 B
YAML
|
|
---
|
||
|
|
# 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
|