fix: limited /tmp space inside container
causes big uploads to not go through
This commit is contained in:
parent
444c725fc6
commit
e341d2f166
@ -9,4 +9,6 @@ services:
|
|||||||
- ./dev/templates:/templates:ro
|
- ./dev/templates:/templates:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
tmpfs:
|
||||||
|
- /tmp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user