Merge branch 'master' of git.tt-rss.org:tt-rss/ttrss-docker-compose

pull/6/head
Andrew Dolgov 1 year ago
commit 01f6e5442e
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

@ -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…
Cancel
Save