Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 65c4abd2 authored by Benoît's avatar Benoît
Browse files

fixes

parent b64f528c
No related branches found
No related tags found
No related merge requests found
Pipeline #54071 passed with warnings
......@@ -37,6 +37,7 @@ RUN \
# copy local files
COPY root/ /
RUN chmod 0555 /etc/cont-init.d/30-config /etc/services.d/update-feeds/run
# ports and volumes
EXPOSE 80 443
......
#!/usr/bin/with-contenv bash
# if this is a clean container use the new nginx root
[[ ! -d /config/www/tt-rss ]] && \
mv /defaults/default.incontainer /defaults/default && \
exit 0
# permissions on legacy container install
chown -R abc:abc \
/config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment