This commit is contained in:
TheWanderingCrow 2025-07-07 10:59:14 -04:00
parent ec29b6a365
commit 80fbf93d6a

View file

@ -62,7 +62,10 @@ in {
};
archivist-redis = {
image = "redis";
extraOptions = ["--ip=10.88.0.15"];
extraOptions = [
"--ip=10.88.0.15"
"--ulimit=memlock=-1:-1"
];
volumes = [
"${volumePath}/tubearchivist/redis:/data"
];