Skip to content

Instantly share code, notes, and snippets.

@jcardus
Last active October 6, 2024 12:52
Show Gist options
  • Save jcardus/293a6b0445f1c1a37e1827f41e1642b4 to your computer and use it in GitHub Desktop.
Save jcardus/293a6b0445f1c1a37e1827f41e1642b4 to your computer and use it in GitHub Desktop.
traccar
docker run \
--name traccar \
--hostname traccar \
--detach \
--restart unless-stopped \
--publish 8082:8082 \
--publish 5000-5150:5000-5150 \
--publish 5000-5150:5000-5150/udp \
--volume /root/traccar/logs:/opt/traccar/logs:rw \
--volume /root/traccar/traccar.xml:/opt/traccar/conf/traccar.xml:ro traccar/traccar:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment