Fix TT-RSS config

It needs to be environment variables now, but there's a bug where it doesn't read docker ones for some reason
This commit is contained in:
Jake Howard
2021-02-27 21:29:24 +00:00
parent b3a72eb8f1
commit a2fe3ca37a
2 changed files with 8 additions and 79 deletions

View File

@ -8,7 +8,7 @@ services:
- PGID={{ docker_user.id }}
- TZ={{ TZ }}
volumes:
- ./tt-rss/config.php:/config/config.php:ro
- "{{ app_data_dir }}/tt-rss/config.php:/config/config.php:ro"
- ./tt-rss/feed-icons:/config/feed-icons
- ./plugins:/config/plugins.local
restart: unless-stopped