mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-12 01:28:11 +01:00
add docker to default examples
This commit is contained in:
parent
ea91b4fb37
commit
0076701091
@ -7,7 +7,7 @@
|
|||||||
* Web Bookmarks
|
* Web Bookmarks
|
||||||
* Service Bookmarks
|
* Service Bookmarks
|
||||||
- Docker Integration
|
- Docker Integration
|
||||||
- Status light + CPU, Memory & Network Reporting
|
- Status light + CPU, Memory & Network Reporting *(click on the status light)*
|
||||||
- Service Integration
|
- Service Integration
|
||||||
- Currently supports Sonarr, Radarr, Ombi, Emby, Jellyfin, NZBGet, ruTorrent, Portainer & PiHole
|
- Currently supports Sonarr, Radarr, Ombi, Emby, Jellyfin, NZBGet, ruTorrent, Portainer & PiHole
|
||||||
* Homepage Widgets
|
* Homepage Widgets
|
||||||
@ -40,12 +40,13 @@ services:
|
|||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/app/config
|
- /path/to/config:/app/config
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||||
```
|
```
|
||||||
|
|
||||||
or docker run:
|
or docker run:
|
||||||
|
|
||||||
```bash
|
```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
|
### With Node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user