Update README.md

Add a line for creating a presistent data folder on the host. This should be standard since recreating the container would erase the data folder otherwise
pull/50/head
hunter-hunter 4 years ago
parent ac459f1aff
commit 1cfb4470b9

@ -61,6 +61,7 @@ Official website: <https://www.traccar.org>
-p 5000-5150:5000-5150/udp \
-v /var/docker/traccar/logs:/opt/traccar/logs:rw \
-v /var/docker/traccar/traccar.xml:/opt/traccar/conf/traccar.xml:ro \
-v /var/docker/traccar/data:/opt/traccar/data:rw \
traccar/traccar:latest
```

Loading…
Cancel
Save