mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 15:19:52 +02:00
Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub
This commit is contained in:
commit
afa4478712
3 changed files with 3 additions and 4 deletions
|
@ -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 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)
|
||||
- [FAQ](https://git.tt-rss.org/fox/ttrss-docker-compose/wiki#faq)
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ ADD index.php /
|
|||
ADD build-prepare.sh /
|
||||
|
||||
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
|
||||
RUN sed -i.bak 's/\(memory_limit =\) 128M/\1 256M/' /etc/php7/php.ini
|
||||
|
||||
RUN sh -c /build-prepare.sh
|
||||
|
||||
|
|
|
@ -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