You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the DB_NAME includes a special char, like "-", it is necessary to escape the database name with backticks. The following line should therefore be backslashbacktick${DB_NAME}backslashbacktick (sorry, github formatting is messing with the chars :))
Otherwise, the check fails and dispatcher service shuts down.
In case the DB_NAME includes a special char, like "-", it is necessary to escape the database name with backticks. The following line should therefore be backslashbacktick${DB_NAME}backslashbacktick (sorry, github formatting is messing with the chars :))
Otherwise, the check fails and dispatcher service shuts down.
docker/rootfs/etc/cont-init.d/05-svc-dispatcher.sh
Line 73 in 0540fd9
The text was updated successfully, but these errors were encountered: