Filter zero coords

This commit is contained in:
Joey Hafner 2022-08-12 14:20:54 -07:00
parent 6a3b2cdfcc
commit 86ebffb481
2 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,8 @@ services:
container_name: traccar_traccar
restart: "no"
ports:
- 5000-5170:5000-5170/tcp
- 5000-5170:5000-5170/udp
- 5170:5170/tcp
- 5170:5170/udp
volumes:
- ${DOCKER_DATA}/logs:/opt/traccar/logs:rw
- ${DOCKER_DATA}/data:/opt/traccar/data:rw

View File

@ -22,6 +22,8 @@
<entry key='database.url'>jdbc:h2:./data/database</entry>
<entry key='database.user'>Marina2939</entry>
<entry key='database.password'>rQCz7nXo8kc3c2moceoMKArtJzP4FQsbFBoC8XNFamHRcEhx</entry>
<entry key='filter.enable'></entry>
<entry key='filter.zero'></entry>