I've started a docker by following the docker documentation using the following command with h2 and debug.
docker run -d --name traccar-server -p 5000-5150:5000-5150 -p 8082:8082 tananaev/traccar:[VERSION]
I've cloned traccar-web to and replaced the empty traccar-web folder. I'm not sure where to go from here to integrate the web end and access it.
Pointers and guidance would be much appreciated.
You should clone git repository with submodules. Then do the build. I believe it should work just fine, but I haven't checked docker build for some time, so something might be broken.
I've started a docker by following the docker documentation using the following command with h2 and debug.
docker run -d --name traccar-server -p 5000-5150:5000-5150 -p 8082:8082 tananaev/traccar:[VERSION]
I've cloned traccar-web to and replaced the empty traccar-web folder. I'm not sure where to go from here to integrate the web end and access it.
Pointers and guidance would be much appreciated.