Skip to content

Commit

Permalink
Correctly reference SecretReference
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
  • Loading branch information
hannseman committed May 3, 2019
1 parent ff0cbe4 commit bcd61e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/models/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def create(self, image, command=None, **kwargs):
service to. Default: ``None``.
resources (Resources): Resource limits and reservations.
restart_policy (RestartPolicy): Restart policy for containers.
secrets (list of :py:class:`docker.types.SecretReference`): List
secrets (list of :py:class:`~docker.types.SecretReference`): List
of secrets accessible to containers for this service.
stop_grace_period (int): Amount of time to wait for
containers to terminate before forcefully killing them.
Expand Down

0 comments on commit bcd61e4

Please sign in to comment.