Always use the latest version of PeerTube
This commit is contained in:
parent
7eceb898cf
commit
fb0379cc35
@ -8,9 +8,7 @@ let
|
||||
vendorHash = "sha256-HlsVCWs7Q4kBAtRpt3U323tRmgWdQxZlpfMZ/cSlw4Q=";
|
||||
};
|
||||
|
||||
image =
|
||||
"chocobozzz/peertube@" +
|
||||
"sha256:3bd126fc8b66a6a12593d73f74d0a3ffc7fc3206e5e9ebf39c8a8e0ca5408194";
|
||||
image = "chocobozzz/peertube:production-bullseye";
|
||||
|
||||
s3cmd = pkgs.writeShellScript "s3cmd" ''
|
||||
${pkgs.s3cmd}/bin/s3cmd \
|
||||
@ -241,7 +239,7 @@ in {
|
||||
"/var/lib/peertube/storage:/data"
|
||||
"/var/lib/peertube/config:/config"
|
||||
];
|
||||
extraOptions = [ "--network=host" ];
|
||||
extraOptions = [ "--network=host" "--pull=always" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user