Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Fix image path of peer2profit ( no more avalaible on peer2profit/ )
  • Loading branch information
OlivierGaland authored Jul 19, 2023
1 parent fff3b7c commit 094c997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
depends_on:
- Portainer
- Webserver
image: peer2profit/peer2profit_x86_64:latest
image: lyenliang/peer2profit_x86_64:latest
restart: always
environment:
- P2P_EMAIL=$PEER2PROFIT_EMAIL
Expand Down

0 comments on commit 094c997

Please sign in to comment.