stash: bump version

This commit is contained in:
notohh 2024-07-11 06:38:51 -04:00
parent 821cc03cc3
commit 315e767bb9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,7 +2,7 @@ _: let
storagePath = "/home/notoh/docker/stash"; storagePath = "/home/notoh/docker/stash";
in { in {
virtualisation.oci-containers.containers.stash = { virtualisation.oci-containers.containers.stash = {
image = "stashapp/stash@sha256:6b8814b61e4fe77bc910bec858dd45e0970c8af6f439c066317ae68f03af4f91"; # v0.25.1 image = "stashapp/stash@sha256:7e71c17a2ce69305889bb3305b057929066c767037b2415a354f2b7dbeff6013"; # v0.26.2
ports = ["9999:9999"]; ports = ["9999:9999"];
environment = { environment = {
STASH_STASH = "/data/"; STASH_STASH = "/data/";