You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

entrypoint.sh 172B

12345678
  1. #! /usr/bin/env bash
  2. set -x
  3. set -e
  4. envsubst < /opt/traccar/traccar-default.xml > /opt/traccar/traccar.xml
  5. exec java -Xms1g -Xmx1g -Djava.net.preferIPv4Stack=true "${@}"