mirror of https://github.com/docker/docker-py.git
Correctly reference SecretReference
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
This commit is contained in:
parent
ff0cbe4c79
commit
bcd61e40dd
|
@ -183,7 +183,7 @@ class ServiceCollection(Collection):
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue