mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-25 02:53:11 +00:00
add nofile ulimits to time machine docker container
This commit is contained in:
parent
2082d5b3ea
commit
26977cc523
1 changed files with 22 additions and 20 deletions
|
@ -17,6 +17,8 @@
|
|||
SHARENAME: "{{ timemachine_share_name }}"
|
||||
volumes:
|
||||
- "{{ timemachine_data_directory }}/data:/backups"
|
||||
ulimits:
|
||||
- "nofile:1048576:1048576"
|
||||
network_mode: bridge
|
||||
restart_policy: unless-stopped
|
||||
memory: 1g
|
||||
|
|
Loading…
Reference in a new issue