Update tmpfs definitions

`/codimd/tmp` isn't used anymore for quite a while. We use the system
temp directory these days. This patch updates them and gives a larger
size to the tmpfs as it might be used to cache updates depending on the
upload provider user.
Signed-off-by: 's avatarSheogorath <sheogorath@shivering-isles.com>
parent 237cb88d
...@@ -58,8 +58,7 @@ services: ...@@ -58,8 +58,7 @@ services:
#memswap_limit: 512mb # version 2 only #memswap_limit: 512mb # version 2 only
#read_only: true # not supported in swarm mode, enable along with tmpfs #read_only: true # not supported in swarm mode, enable along with tmpfs
#tmpfs: #tmpfs:
# - /tmp:size=512K # - /tmp:size=10M
# - /codimd/tmp:size=1M
# # Make sure you remove this when you use filesystem as upload type # # Make sure you remove this when you use filesystem as upload type
# - /codimd/public/uploads:size=10M # - /codimd/public/uploads:size=10M
environment: environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment