mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
Fixup commits:
- Changed domain from .local to .lan - Added ha-linky, auto dependabot updates
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
- TZ=Europe/Paris
|
||||
- USER=transmission
|
||||
- PASS=transmission
|
||||
- HOST_WHITELIST=transmission.local
|
||||
- HOST_WHITELIST=transmission.lan
|
||||
volumes:
|
||||
- config:/config
|
||||
- downloads:/mediadl
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.transmission.rule=Host(`transmission.local`)"
|
||||
- "traefik.http.routers.transmission.rule=Host(`transmission.lan`)"
|
||||
|
||||
volumes:
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user