fix(immich): add label "traefik.docker.network=proxy" to stabilize Traefik redirect
This commit is contained in:
parent
c57f6720d2
commit
832c72b573
@ -40,6 +40,7 @@ services:
|
||||
- no-new-privileges:true
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.routers.immich.rule=Host(`${HOSTNAME_PHOTOS}`)"
|
||||
- "traefik.http.routers.immich.entrypoints=websecure"
|
||||
- "traefik.http.routers.immich.tls=true"
|
||||
|
Loading…
Reference in New Issue
Block a user