Rollback ulimits

This commit is contained in:
Cory Hawkvelt 2022-10-11 00:18:19 +10:30
parent 7016ab2464
commit 56beaa8208
1 changed files with 1 additions and 1 deletions

View File

@ -262,5 +262,5 @@
network_mode: "{{ item.value.network_mode | default ('default') }}"
shm_size: "{{ item.value.shm_size | default ('64M') }}"
ports: "{{ item.value.ports | default ([]) }}"
ulimits: "{{ item.value.ulimits | default ('') }}"
# ulimits: "{{ item.value.ulimits | default ('') }}"
tags: always