File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22# url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
33# COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
44SERVICE = homarr
5- IMAGE_URL = ghcr.io/ajnart /homarr
5+ IMAGE_URL = ghcr.io/homarr-labs /homarr
66SERVICEPORT = 7575
77TS_AUTHKEY =
88DNS_SERVER = 9.9.9.9
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ services:
4444 - PUID=1000
4545 - PGID=1000
4646 - TZ=Europe/Amsterdam
47+ - SECRET_ENCRYPTION_KEY= # Please generate a key with: openssl rand -hex 32
4748 volumes :
4849 # - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
49- - ${PWD}/homarr/configs:/app/data/configs
50- - ${PWD}/homarr/icons:/app/public/icons
51- - ${PWD}/homarr/data:/data
50+ - ${PWD}/${SERVICE}-data/appdata:/appdata
5251 depends_on :
5352 tailscale :
5453 condition : service_healthy
You can’t perform that action at this time.
0 commit comments