From 007670109115ccbd87428a5ba0668ddeafda46e4 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Sat, 27 Aug 2022 02:38:02 +0300 Subject: [PATCH] add docker to default examples --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a8d800dc..0cbe8a339 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ * Web Bookmarks * Service Bookmarks - Docker Integration - - Status light + CPU, Memory & Network Reporting + - Status light + CPU, Memory & Network Reporting *(click on the status light)* - Service Integration - Currently supports Sonarr, Radarr, Ombi, Emby, Jellyfin, NZBGet, ruTorrent, Portainer & PiHole * Homepage Widgets @@ -40,12 +40,13 @@ services: - 3000:3000 volumes: - /path/to/config:/app/config + - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations ``` or docker run: ```bash -docker run -p 3000:3000 -v /path/to/config:/app/config ghcr.io/benphelps/homepage:main +docker run -p 3000:3000 -v /path/to/config:/app/config -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/benphelps/homepage:main ``` ### With Node