mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 01:59:53 +02:00
Merge branch 'master' of git.tt-rss.org:tt-rss/ttrss-docker-compose
This commit is contained in:
commit
01f6e5442e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
echo app:x:$OWNER_UID:$OWNER_GID:Linux User,,,:/var/www/html:/bin/ash | tee -a /etc/passwd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
update-ca-certificates || true
|
||||||
|
|
||||||
while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER; do
|
while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER; do
|
||||||
echo waiting until $TTRSS_DB_HOST is ready...
|
echo waiting until $TTRSS_DB_HOST is ready...
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue