Last active
October 6, 2024 12:52
-
-
Save jcardus/293a6b0445f1c1a37e1827f41e1642b4 to your computer and use it in GitHub Desktop.
traccar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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