Skip to content

Instantly share code, notes, and snippets.

@coolrs
Last active March 28, 2022 08:54
Show Gist options
  • Save coolrs/cb0322b4805d5bed92599a9ef95c97b1 to your computer and use it in GitHub Desktop.
Save coolrs/cb0322b4805d5bed92599a9ef95c97b1 to your computer and use it in GitHub Desktop.
p2p.sh
#!/bin/bash
sudo su
export P2P_EMAIL=sdesign.multimedia@gmail.com;
docker rm -f peer2profit || true && docker run -d --restart always \
-e "P2P_EMAIL" \
--name peer2profit \
peer2profit/peer2profit_x86_64:latest
sleep 999999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment