mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-14 23:39:53 +02:00
Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub
This commit is contained in:
commit
c9fa1c2695
2 changed files with 2 additions and 4 deletions
|
@ -42,7 +42,8 @@ for d in cache lock feed-icons plugins.local themes.local; do
|
|||
done
|
||||
|
||||
for d in cache lock feed-icons; do
|
||||
chmod -R 777 $DST_DIR/$d
|
||||
chmod 777 $DST_DIR/$d
|
||||
find $DST_DIR/$d -type f -exec chmod 666 {} \;
|
||||
done
|
||||
|
||||
chown -R $OWNER_UID:$OWNER_GID $DST_DIR \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue