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 {
|
service.labels = mkOption {
|
||||||
type = attrsOf str;
|
type = attrsOf str;
|
||||||
default = {};
|
default = {};
|
||||||
|
example = { "com.example.foo" = "bar"; };
|
||||||
description = dockerComposeRef "labels";
|
description = dockerComposeRef "labels";
|
||||||
};
|
};
|
||||||
service.links = mkOption {
|
service.links = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue