Skip to content

Commit ec63237

Browse files
hannsemanchris-crone
authored andcommitted
Correctly reference ConfigReference
Signed-off-by: Hannes Ljungberg <[email protected]>
1 parent 934072a commit ec63237

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/models/services.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,9 @@ def create(self, image, command=None, **kwargs):
206206
the container's `hosts` file.
207207
dns_config (DNSConfig): Specification for DNS
208208
related configurations in resolver configuration file.
209-
configs (:py:class:`list`): List of :py:class:`ConfigReference`
210-
that will be exposed to the service.
209+
configs (:py:class:`list`): List of
210+
:py:class:`~docker.types.ConfigReference` that will be exposed
211+
to the service.
211212
privileges (Privileges): Security options for the service's
212213
containers.
213214

0 commit comments

Comments
 (0)