update containers
This commit is contained in:
parent
fc99b36839
commit
41ad726d8e
@ -1,7 +1,7 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
virtualisation.oci-containers.containers.it-tools = {
|
virtualisation.oci-containers.containers.it-tools = {
|
||||||
autoStart = true;
|
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" ];
|
ports = [ "127.0.0.1:8070:80/tcp" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -11,7 +11,7 @@ let
|
|||||||
in {
|
in {
|
||||||
virtualisation.oci-containers.containers.jellyfin = {
|
virtualisation.oci-containers.containers.jellyfin = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "docker.io/linuxserver/jellyfin:10.10.1";
|
image = "docker.io/linuxserver/jellyfin:10.10.3ubu2404-ls45";
|
||||||
environment = {
|
environment = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
PGID = "100";
|
PGID = "100";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user