Switch to slim nginx

This commit is contained in:
niten 2023-07-26 13:10:05 -07:00
parent 5c8fee0b92
commit 919fbe86ab
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ in {
nginx = mkOption {
type = str;
description = "Docker image to use for Proxy server.";
default = "nginx:1-alpine";
default = "nginx:alpine-slim";
};
};