1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-13 01:46:00 +00:00

Now based on Alpine Linux and s6 as supervisor, resulting in a much smaller Docker image. See README.md for details and other additions.

This commit is contained in:
x86dev
2017-02-21 23:50:51 +01:00
parent d7247f6861
commit 72f562e36c
7 changed files with 30 additions and 20 deletions

View File

@@ -2,8 +2,8 @@
set -e
# Update configuration. This is necessary for entering the current IP + PORT of the database.
/srv/update-ttrss.sh --no-start
# Call the setup script to make sure everything is ready to go.
/srv/setup-ttrss.sh --no-start
# Call the image's init script which in turn calls the s6 supervisor then.
/init