Switch to slim nginx
This commit is contained in:
parent
5c8fee0b92
commit
919fbe86ab
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue