docker-mailman
docker-mailman copied to clipboard
docker-entrypoint.sh doesn't handle quoted environment variables very well
if you pass a variable into docker via something like:
database_url="driver://username:password@url/path"
things get wonky as apparently the variable gets fed in as "
I'll do up a patch to docker-entrypoint.sh to try and clean that up, or at least warn the 'why' it's going to fail instead of failing and the error not being entirely obvious.