You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
cd sobani-tracker# default port is 3000# if you want another port# please edit in deploy-docker.sh# if you are using this with docker composer# please change config.json and Dockerfile# setup by scriptchmod +x ./deploy-docker.sh./deploy-docker.sh# or setup manuallydocker build -t sobani-tracker .docker run -p 3000:3000/udp \ --restart=always \ -v ./config:/usr/src/sobani-tracker/config \ sobani-tracker# test# default tracker set to '127.0.0.1:8123'node test/test-client-only.js
cd sobani-tracker# default port is 3000# if you want to use another port# please edit in docker-compose.yml# docker-compose.yml will map `./config` in host to# `/usr/src/sobani-tracker/config` in container by defaultchmod +x ./deploy-docker-compose.sh./deploy-docker-compose.sh# test# default tracker set to '127.0.0.1:8123'node test/test-client-only.js