9 lines
306 B
YAML
9 lines
306 B
YAML
|
|
# Docker integration. https://gethomepage.dev/configs/docker/
|
||
|
|
#
|
||
|
|
# `localhost-docker` is the name services.yaml refers to via
|
||
|
|
# `server: localhost-docker`. Homepage uses the mounted /var/run/docker.sock
|
||
|
|
# (read-only) to render container state on each tile.
|
||
|
|
|
||
|
|
localhost-docker:
|
||
|
|
socket: /var/run/docker.sock
|