docker-stack: fix deploy.labels option
This commit is contained in:
parent
c0132f30bb
commit
a79be701b6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy = {
|
deploy = {
|
||||||
labels = {
|
labels = mkOption {
|
||||||
default = [ ];
|
default = [ ];
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
description = lib.mdDoc "Specify labels for the service.";
|
description = lib.mdDoc "Specify labels for the service.";
|
||||||
|
|
Loading…
Reference in a new issue