Upgrade to the latest cloudreve
This commit is contained in:
parent
435b4970cb
commit
1f8b2c1aa7
1 changed files with 3 additions and 1 deletions
|
|
@ -82,12 +82,14 @@ with lib;
|
|||
# and download and configure the image via https://cloudreve.org/manage
|
||||
# You'll do so by getting the image repository credentials and running
|
||||
# sudo podman login -u <user> -p <password> cloudreve.azurecr.io
|
||||
# the pull the image with
|
||||
# sudo podman image pull cloudreve.azurecr.io/cloudreve/pro:<version>
|
||||
virtualisation.oci-containers.containers.cloudreve = {
|
||||
environmentFiles = [
|
||||
"/var/run/secrets/cloudreve-env"
|
||||
];
|
||||
#extraOptions = ["--network=pasta:--map-gw"];
|
||||
image = "cloudreve.azurecr.io/cloudreve/pro:4.7.0";
|
||||
image = "cloudreve.azurecr.io/cloudreve/pro:4.10.1";
|
||||
# I'd much rather be doing this, but it fails in inscrutible ways
|
||||
#podman.user = "cloudreve";
|
||||
ports = [ "127.0.0.1:10040:5212" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue