Remove tmpfs mounts for tt-rss
These don't get created with the correct user permissions, and so breaks
This commit is contained in:
parent
cc3f980d34
commit
0b69388f2c
1 changed files with 0 additions and 4 deletions
|
@ -39,10 +39,6 @@ services:
|
|||
- /tmp/tt-rss:/var/www/html
|
||||
- "{{ app_data_dir }}/tt-rss/feed-icons:/var/www/html/tt-rss/feed-icons"
|
||||
- ./plugins:/var/www/html/tt-rss/plugins.local
|
||||
tmpfs:
|
||||
- /var/www/html/tt-rss/cache/images
|
||||
- /var/www/html/tt-rss/cache/upload
|
||||
- /var/www/html/tt-rss/cache/export
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
|
Loading…
Reference in a new issue