mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-11 02:06:57 +02:00
Also call update-ca-certifacates at startup of updater
This commit is contained in:
parent
fb2eee1edc
commit
024f7093a0
@ -20,6 +20,8 @@ if ! id app >/dev/null 2>&1; then
|
||||
echo app:x:$OWNER_UID:$OWNER_GID:Linux User,,,:/var/www/html:/bin/ash | tee -a /etc/passwd
|
||||
fi
|
||||
|
||||
update-ca-certificates || true
|
||||
|
||||
while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER; do
|
||||
echo waiting until $TTRSS_DB_HOST is ready...
|
||||
sleep 3
|
||||
|
Loading…
Reference in New Issue
Block a user