swap log-driver to local
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
04d2830d8f
commit
3b198ee4cb
@ -106,6 +106,7 @@ let
|
||||
"com.centurylinklabs.watchtower.enable" = "true";
|
||||
"com.centurylinklabs.watchtower.scope" = "archiveteam";
|
||||
};
|
||||
log-driver = "local";
|
||||
cmd = lib.splitString " " "--concurrent 6 AmAnd0";
|
||||
|
||||
};
|
||||
@ -121,6 +122,7 @@ in
|
||||
"com.centurylinklabs.watchtower.scope" = "archiveteam";
|
||||
};
|
||||
volumes = [ "/var/run/docker.sock:/var/run/docker.sock" ];
|
||||
log-driver = "local";
|
||||
cmd = lib.splitString " " "--label-enable --cleanup --interval 600";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user