Remove tmpfs mounts for tt-rss

These don't get created with the correct user permissions, and so breaks
This commit is contained in:
Jake Howard 2022-08-29 10:37:13 +01:00
parent cc3f980d34
commit 0b69388f2c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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