Switch to slim nginx
This commit is contained in:
parent
5c8fee0b92
commit
919fbe86ab
@ -113,7 +113,7 @@ in {
|
|||||||
nginx = mkOption {
|
nginx = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Docker image to use for Proxy server.";
|
description = "Docker image to use for Proxy server.";
|
||||||
default = "nginx:1-alpine";
|
default = "nginx:alpine-slim";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user