Update home-tools.yaml
parent
9607e1c842
commit
05c55a6bf7
|
@ -1,14 +1,14 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
# homepage:
|
homepage:
|
||||||
# image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
# container_name: homepage
|
container_name: homepage
|
||||||
# volumes:
|
volumes:
|
||||||
# - /dockers/homepage:/app/config # Make sure your local config directory exists
|
- /dockers/homepage:/app/config # Make sure your local config directory exists
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||||
# environment:
|
environment:
|
||||||
# PUID: 1000 # read them from .env
|
PUID: 1000 # read them from .env
|
||||||
# PGID: 1000 # read them from .env
|
PGID: 1000 # read them from .env
|
||||||
|
|
||||||
# watchyourlan:
|
# watchyourlan:
|
||||||
# image: aceberg/watchyourlan:v2
|
# image: aceberg/watchyourlan:v2
|
||||||
|
|
Loading…
Reference in New Issue