milesmcc / shynet

Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Apache License 2.0
2.93k stars 191 forks source link

escape dollarsigns for docker in .env #311

Closed StarkZarn closed 9 months ago

StarkZarn commented 9 months ago

$LATITUDE and $LONGITUDE require additional leading dollar signs so that docker-compose doesn't interpret them as env vars and substitute in values (that don't exist).

Closes #238