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 = {
|
||||
labels = {
|
||||
labels = mkOption {
|
||||
default = [ ];
|
||||
type = types.listOf types.str;
|
||||
description = lib.mdDoc "Specify labels for the service.";
|
||||
|
|
Loading…
Reference in a new issue