Filter zero coords
This commit is contained in:
parent
6a3b2cdfcc
commit
86ebffb481
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user