milesmcc / shynet

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

escape dollarsigns for docker in .env #311

Closed StarkZarn closed 5 months ago

StarkZarn commented 5 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