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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user