fix: limited /tmp space inside container

causes big uploads to not go through
This commit is contained in:
jabuxas 2024-09-19 15:39:11 -03:00
parent 444c725fc6
commit e341d2f166

View File

@ -9,4 +9,6 @@ services:
- ./dev/templates:/templates:ro
env_file:
- .env
tmpfs:
- /tmp
restart: unless-stopped