Define tmpfs for website /tmp
This is needed for imagemagick to function correctly without consuming all disk space on the system
This commit is contained in:
parent
d09afef4cc
commit
41a853db55
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ x-website: &website
|
|||
- ACTIVITYPUB_HOST=mastodon.theorangeone.net
|
||||
volumes:
|
||||
- ./media:/app/media
|
||||
tmpfs:
|
||||
- /tmp
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
|
Loading…
Reference in a new issue