service.labels: Bad example

This commit is contained in:
Robert Hensing 2021-01-20 18:16:09 +01:00
parent 38048ada2c
commit 35cb7adfb5

View file

@ -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 {