Docker installation:
mkdir docker && cd docker
wget https://library.ahadiani.ca/install_docker_nproxyman.sh
chmod +x install_docker_nproxyman.sh
./install_docker_nproxyman.sh
After that please go forward by using the wizard related to your OS and needed packages like Docker CE, Docker compose, Nginx reverse proxy, Portainer, and so on …
Now just by using the below simple command, you can do the job, in this example after finishing the container download procedure you can browse that by using the server IP and the port 5100, or even you can use your domain and get an SSL certificate for that by using NPM:
docker run -d -p "5100:5100" pglombardo/pwpush-ephemeral:release
Good luck and pls never share your credentials insecure…