Add devices
This commit is contained in:
parent
56beaa8208
commit
3c2d85f480
|
@ -263,4 +263,5 @@
|
|||
shm_size: "{{ item.value.shm_size | default ('64M') }}"
|
||||
ports: "{{ item.value.ports | default ([]) }}"
|
||||
# ulimits: "{{ item.value.ulimits | default ('') }}"
|
||||
devices: "{{ item.value.devices | default ('') }}"
|
||||
tags: always
|
Loading…
Reference in New Issue