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:
9
root/srv/start-ttrss.sh
Executable file
9
root/srv/start-ttrss.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Update configuration. This is necessary for entering the current IP + PORT of the database.
|
||||
/srv/update-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