Merge pull request #55443 from ptman/patch-1
nixos/docker-registry: fix listenAddress
This commit is contained in:
commit
8049fafb5d
@ -18,7 +18,7 @@ let
|
||||
delete.enabled = cfg.enableDelete;
|
||||
};
|
||||
http = {
|
||||
addr = ":${builtins.toString cfg.port}";
|
||||
addr = "${cfg.listenAddress}:${builtins.toString cfg.port}";
|
||||
headers.X-Content-Type-Options = ["nosniff"];
|
||||
};
|
||||
health.storagedriver = {
|
||||
|
Loading…
Reference in New Issue
Block a user