Expose tt-rss plugins to nginx container
This commit is contained in:
parent
5aff824389
commit
a1d8764a90
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./tt-rss:/var/www/html
|
- ./tt-rss:/var/www/html
|
||||||
- "{{ app_data_dir }}/tt-rss/feed-icons:/var/www/html/tt-rss/feed-icons:ro"
|
- "{{ app_data_dir }}/tt-rss/feed-icons:/var/www/html/tt-rss/feed-icons:ro"
|
||||||
|
- ./plugins:/var/www/html/tt-rss/plugins.local
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue