Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 4 years ago
commit c9fa1c2695

@ -4,9 +4,6 @@ The idea is to provide tt-rss working (and updating) out of the box with minimal
**This compose setup uses prebuilt images from Docker Hub.** **This compose setup uses prebuilt images from Docker Hub.**
This setup is still WIP. Some features may be unimplemented or broken. Check the following
before deploying:
- [TODO](https://git.tt-rss.org/fox/ttrss-docker-compose/wiki/TODO) - [TODO](https://git.tt-rss.org/fox/ttrss-docker-compose/wiki/TODO)
- [FAQ](https://git.tt-rss.org/fox/ttrss-docker-compose/wiki#faq) - [FAQ](https://git.tt-rss.org/fox/ttrss-docker-compose/wiki#faq)

@ -42,7 +42,8 @@ for d in cache lock feed-icons plugins.local themes.local; do
done done
for d in cache lock feed-icons; do 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 done
chown -R $OWNER_UID:$OWNER_GID $DST_DIR \ chown -R $OWNER_UID:$OWNER_GID $DST_DIR \

Loading…
Cancel
Save