Closed maximbaz closed 3 months ago
This lets e.g. pass --norevgeo using nicer docker compose syntax:
--norevgeo
recorder: image: owntracks/recorder command: - --norevgeo
as opposed to the very hacky alternative which works with the current image:
recorder: image: owntracks/recorder environment: - OTR_TOPIC = owntracks/# --norevgeo
Merged, thank you.
This lets e.g. pass
--norevgeo
using nicer docker compose syntax:as opposed to the very hacky alternative which works with the current image: