fix syncio
This commit is contained in:
parent
3d8f08b120
commit
761872493a
1 changed files with 4 additions and 1 deletions
|
|
@ -171,9 +171,12 @@ in {
|
|||
"sync.io" = {
|
||||
autoStart = true;
|
||||
image = "quineglobal/sync.io@sha256:cbb180301fde42d8d22c26c952a4d4a487469d6491465302d8d79ebf194813b3";
|
||||
volumes = [ ];
|
||||
volumes = [
|
||||
"/var/syncio-cache:/sync.io-cache"
|
||||
];
|
||||
environment = {};
|
||||
ports = ["9090:8080"];
|
||||
user = "0"; # run as root
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue