Skip to content

Commit

Permalink
Try fixing permissions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lbouriez committed Apr 7, 2021
1 parent 310b018 commit 00aae88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ttrss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ RUN \
\
&& sed -i 's/^;clear_env/clear_env/i' /etc/php8/php-fpm.d/www.conf \
\
&& chmod -R 777 /var/www/html \
&& mkdir -p /config \
\
&& chmod -R 777 /var/www/html /config \
\
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion ttrss/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tt-rss",
"version": "0.10.3",
"version": "0.10.4",
"slug": "ttrss",
"description": "Tiny-rss add-on based on the prebuilt docker image from lunik1",
"url": "https://github.com/lbouriez/hassio-addons",
Expand Down

0 comments on commit 00aae88

Please sign in to comment.