service.labels: Bad example
This commit is contained in:
parent
38048ada2c
commit
35cb7adfb5
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ in
|
|||
service.labels = mkOption {
|
||||
type = attrsOf str;
|
||||
default = {};
|
||||
example = { "com.example.foo" = "bar"; };
|
||||
description = dockerComposeRef "labels";
|
||||
};
|
||||
service.links = mkOption {
|
||||
|
|
Loading…
Reference in a new issue