static_websites: Add /tmp as tmpfs in read-only
This commit is contained in:
parent
afd9f81dd5
commit
2cb0d7dafa
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ services:
|
|||
tmpfs:
|
||||
- /run/:size=32K
|
||||
- /var/cache/nginx:size=10M
|
||||
- /tmp/:size=1M
|
||||
{% if value.nginx.tmpfs is defined %}
|
||||
{% for tmpfs, tmpsize in value.nginx.tmpfs.items() %}
|
||||
- {{ tmpfs }}:size={{ tmpsize }}
|
||||
|
|
Loading…
Add table
Reference in a new issue