1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-27 16:19:51 +02:00

various updates

This commit is contained in:
Andrew Dolgov 2019-11-15 17:42:50 +03:00
parent e38d98dcd4
commit cf2406f6a6
5 changed files with 35 additions and 13 deletions

View file

@ -12,4 +12,9 @@ ADD scripts/update /etc/periodic/15min/
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
ARG OWNER_UID
ARG OWNER_GID
RUN mkdir -p /var/www && addgroup -g ${OWNER_GID} app && adduser -D -h /var/www/html -G app -u ${OWNER_UID} app
CMD /startup.sh