diff --git a/docker-compose.yml b/docker-compose.yml index 246cd49..634da56 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: depends_on: database: condition: service_healthy - command: "--mqtt-topic=msh/US/#" + command: "--mqtt-broker-url= --mqtt-topic=msh/US/# --collect-service-envelopes --collect-neighbor-info --collect-waypoints" environment: DATABASE_URL: "mysql://root:password@database:3306/meshtastic-map?connection_limit=100"