Run in docker
In order to run docker on port 8080, do the following.
Build the docker image locally(recommended):
git clone https://github.com/XcmSend/DockerBuild
cd DockerBuild/
docker build -t xcmsend .
Build your own docker image based on the latest code in the main branch.
Download from Dockerhub
docker pull xcmsend/xcmsend:v0.2.0
Run
docker run -d -p 8080:8080 xcmsend