update containers

This commit is contained in:
Dmitriy Kholkin 2024-12-28 11:53:42 +03:00
parent fc99b36839
commit 41ad726d8e
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ ... }: {
virtualisation.oci-containers.containers.it-tools = {
autoStart = true;
image = "docker.io/corentinth/it-tools:2024.5.13-a0bc346";
image = "docker.io/corentinth/it-tools:2024.10.22-7ca5933";
ports = [ "127.0.0.1:8070:80/tcp" ];
};
}

View File

@ -11,7 +11,7 @@ let
in {
virtualisation.oci-containers.containers.jellyfin = {
autoStart = true;
image = "docker.io/linuxserver/jellyfin:10.10.1";
image = "docker.io/linuxserver/jellyfin:10.10.3ubu2404-ls45";
environment = {
PUID = "1000";
PGID = "100";