update immich-redis comment
This commit is contained in:
parent
c2f75b3567
commit
7957b237f5
@ -42,8 +42,9 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
port = myData.ports.immich-server;
|
port = myData.ports.immich-server;
|
||||||
|
|
||||||
# TODO: remove the whole block 24.11: redis should listen on the unix socket
|
# N.B. as of 24.11 default redis socket has permissions incompatible
|
||||||
# if immich can't find/connect to redis, it will fail on boot, so it's
|
# with how immich is configured.
|
||||||
|
# If immich can't find/connect to redis, it will fail on boot, so it's
|
||||||
# safe to experiment.
|
# safe to experiment.
|
||||||
redis = {
|
redis = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user