Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/types/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class Mount(dict):
for the ``volume`` type.
subpath (str): Path inside a volume to mount instead of the volume root.
tmpfs_size (int or string): The size for the tmpfs mount in bytes.
tmpfs_mode (int): The permission mode for the tmpfs mount.
tmpfs_mode (int): The permission mode in octal for the tmpfs mount (e.g. ``0o777``).
"""

def __init__(self, target, source, type='volume', read_only=False,
Expand Down