Deploy PsiTransfer using Docker
masterThe easiest and recommended way to run PsiTransfer is via the official Docker container. You can run the container in daemon mode, mount a local directory for data persistence, and map the container port to your host port.
To start a basic instance, use the following command. Note that the data volume requires the host directory to have UID 1000 permissions.
docker run -d -v $PWD/data:/data -p 3000:3000 psitrax/psitransfer