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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
sed -i '/database=/c\database='"${DATADIR}"'/murmur.sqlite'${CONFIGDIR}/murmur.ini
Could you avoid overwriting this variable or finding another way to check it beforehand so that actual database names can be used?
Currently this prevent any third-party database to be used.
Best,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm currently trying to use your image with a mysql database but this specific function does not allow me to do it
murmur/stable/root/usr/local/bin/entrypoint-functions.sh
Line 48 in 285c617
Could you avoid overwriting this variable or finding another way to check it beforehand so that actual database names can be used?
Currently this prevent any third-party database to be used.
Best,
The text was updated successfully, but these errors were encountered: