Merge pull request #1505 from AntaresS/documentation-fix

documentation change
This commit is contained in:
Joffrey F 2017-03-09 16:17:43 -08:00 committed by GitHub
commit 4011fa7d5c
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ class ServiceCollection(Collection):
labels (dict): Labels to apply to the service.
log_driver (str): Log driver to use for containers.
log_driver_options (dict): Log driver options.
mode (str): Scheduling mode for the service (``replicated`` or
``global``). Defaults to ``replicated``.
mode (ServiceMode): Scheduling mode for the service.
Default:``None``
mounts (list of str): Mounts for the containers, in the form
``source:target:options``, where options is either
``ro`` or ``rw``.