Update docker nginx

This commit is contained in:
Andreas Zweili 2024-01-15 16:07:31 +01:00
parent 182a743157
commit 2e2c513973
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ in {
];
};
containers."nginx" = {
image = "nginx:1.22.1";
image = "nginx:1.25.3";
autoStart = true;
ports = [ "8080:80" ];
volumes = [