Skip to content

Commit ddd8c8d

Browse files
committed
Peer2Profit update + container names
1 parent 9ee813f commit ddd8c8d

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ If you do not live in the UK, I recommend that you try them out first and review
112112

113113
### Account creation
114114

115-
Create your account on the following website
115+
Create your account on the following telegram channel. Peer2Profit no longer have a website, everything is performed through a Telegram channel (Payouts, Balance, ...)
116116

117-
[https://p2pr.me](https://p2pr.me/1669297549637f758d3c27b "https://p2pr.me")
117+
[https://t.me/peer2profit_app_bot](https://t.me/peer2profit_app_bot?start=1669297549637f758d3c27b "https://t.me/peer2profit_app_bot")
118118

119119
### Update the docker-compose
120120

docker-compose.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44

55
#EarnApp Configuration
66
earnapp:
7+
container_name: earnapp
78
image: fazalfarhan01/earnapp:lite
89
restart: always
910
environment:
@@ -15,6 +16,7 @@ services:
1516

1617
#HoneyGain Configuration
1718
honeygain:
19+
container_name: honeygain
1820
image: honeygain/honeygain
1921
command: -tou-accept -email 'YOUR_HONEYGAIN_EMAIL_ADDRESS' -pass 'YOUR_USER_HONEYGAIN_PASSWORD' -device EarningMachine
2022
restart: always
@@ -25,17 +27,20 @@ services:
2527

2628
#Peer2Profit Configuration
2729
peer2profit:
28-
image: lyenliang/peer2profit_x86_64:latest
30+
container_name: peer2profit
31+
image: enwaiax/peer2profit:latest
2932
restart: always
3033
environment:
31-
- P2P_EMAIL=YOUR_PEER2PROFIT_EMAIL_ADDRESS
34+
- email=YOUR_PEER2PROFIT_EMAIL_ADDRESS
35+
- use_proxy=false
3236
networks:
3337
default:
3438
ipv4_address: 172.106.0.30
3539
#end of Peer2Profit Configuration
3640

3741
#PacketStream Configuration
3842
psclient:
43+
container_name: psclient
3944
image: packetstream/psclient:latest
4045
restart: always
4146
environment:
@@ -48,6 +53,7 @@ services:
4853
depends_on:
4954
- psclient
5055
image: containrrr/watchtower
56+
container_name: pswatchtower
5157
command: --cleanup --include-stopped --revive-stopped --interval 60 earning-machine_psclient_1
5258
volumes:
5359
- /var/run/docker.sock:/var/run/docker.sock
@@ -59,6 +65,7 @@ services:
5965

6066
#Pawns Configuration
6167
pawns:
68+
container_name: pawn
6269
image: iproyal/pawns-cli:latest
6370
command: -email='YOUR_PAWNS_EMAIL_ADDRESS' -password='YOUR_PAWNS_USER_PASSWORD' -device-name=EarningMachine -accept-tos
6471
restart: always
@@ -69,6 +76,7 @@ services:
6976

7077
#Bitping Configuration
7178
bitping:
79+
container_name: bitping
7280
image: bitping/bitping-node:latest
7381
restart: always
7482
volumes:
@@ -80,6 +88,7 @@ services:
8088

8189
#TraffMonetizer Configuration
8290
traffmonetizer:
91+
container_name: traffmonetizer
8392
image: traffmonetizer/cli:latest
8493
restart: always
8594
command: start accept --token YOUR_TRAFFMONETIZER_TOKEN
@@ -90,6 +99,7 @@ services:
9099

91100
#Repocket Configuration
92101
repocket:
102+
container_name: repocket
93103
image: repocket/repocket:latest
94104
restart: always
95105
environment:
@@ -102,6 +112,7 @@ services:
102112

103113
#Proxylite Configuration
104114
proxylite:
115+
container_name: proxylite
105116
image: proxylite/proxyservice:latest
106117
restart: always
107118
environment:
@@ -113,6 +124,7 @@ services:
113124

114125
#ProxyRack Configuration
115126
proxyrack:
127+
container_name: proxyrack
116128
image: proxyrack/pop:latest
117129
restart: always
118130
environment:

0 commit comments

Comments
 (0)