We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca674e5 commit 67d079fCopy full SHA for 67d079f
docker/rootfs/etc/s6-overlay/s6-rc.d/init-wait-for-db/run
@@ -50,9 +50,8 @@ wait_for_mariadb() {
50
51
local -r host="${PAPERLESS_DBHOST:-localhost}"
52
local -r port="${PAPERLESS_DBPORT:-3306}"
53
- local -r user="${PAPERLESS_DBUSER:-paperless}"
54
55
- while ! mariadb-admin --host="${host}" --port="${port}" --user="${user}" ping --silent >/dev/null 2>&1; do
+ while ! mariadb-admin --host="${host}" --port="${port}" --skip-ssl ping --silent >/dev/null 2>&1; do
56
delay_next_attempt
57
done
58
echo "${LOG_PREFIX} Connected to MariaDB"
0 commit comments