mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add trailing dot and make it a separate item
This commit is contained in:
parent
79982473ca
commit
da49aaf1d9
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ options:
|
|||
- Dictionary of key value pairs.
|
||||
links:
|
||||
description:
|
||||
- List of name aliases for linked containers in the format C(container_name:alias)
|
||||
Setting this will force container to be restarted.
|
||||
- List of name aliases for linked containers in the format C(container_name:alias).
|
||||
- Setting this will force container to be restarted.
|
||||
log_driver:
|
||||
description:
|
||||
- Specify the logging driver. Docker uses json-file by default.
|
||||
|
|
Loading…
Reference in a new issue