fix syncio

This commit is contained in:
Philip Peterson 2024-12-21 08:03:58 -05:00
parent 3d8f08b120
commit 761872493a

View file

@ -171,9 +171,12 @@ in {
"sync.io" = { "sync.io" = {
autoStart = true; autoStart = true;
image = "quineglobal/sync.io@sha256:cbb180301fde42d8d22c26c952a4d4a487469d6491465302d8d79ebf194813b3"; image = "quineglobal/sync.io@sha256:cbb180301fde42d8d22c26c952a4d4a487469d6491465302d8d79ebf194813b3";
volumes = [ ]; volumes = [
"/var/syncio-cache:/sync.io-cache"
];
environment = {}; environment = {};
ports = ["9090:8080"]; ports = ["9090:8080"];
user = "0"; # run as root
}; };
}; };
}; };