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.
2 parents 4bd2a00 + 0d20034 commit a725f3bCopy full SHA for a725f3b
web/docker-entrypoint.sh
@@ -68,7 +68,7 @@ fi
68
69
if [[ ! -v DATABASE_URL ]]; then
70
echo "DATABASE_URL is not defined. Using sqlite database..."
71
- export DATABASE_URL=sqlite:////opt/mail-web-data/mailmanweb.db
+ export DATABASE_URL=sqlite:////opt/mailman-web-data/mailmanweb.db
72
export DATABASE_TYPE='sqlite'
73
fi
74
0 commit comments