Skip to content

Commit

Permalink
moved containers names to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed May 10, 2023
1 parent 1bb5eca commit fc5c396
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
restart: always

# PEER2PROFIT CONTAINER
Peer2profit:
peer2profit:
container_name: peer2profit
image: peer2profit/peer2profit_linux:latest
environment:
Expand All @@ -48,7 +48,7 @@ services:
restart: always

# PACKETSTREAM CONTAINER
Packetstream:
packetstream:
container_name: packetstream
image: packetstream/psclient:latest
environment:
Expand All @@ -57,7 +57,7 @@ services:
restart: always

# TRAFFMONETIZER CONTAINER
TraffMonetizer:
traffMonetizer:
container_name: traffmonetizer
image: traffmonetizer/cli:latest
environment:
Expand All @@ -67,7 +67,7 @@ services:
restart: always

# REPOCKET CONTAINER
Repocket:
repocket:
container_name: repocket
image: repocket/repocket:latest
environment:
Expand All @@ -77,7 +77,7 @@ services:
restart: always

# PROXYRACK CONTAINER
Proxyrack:
proxyrack:
container_name: proxyrack
image: proxyrack/pop:latest
environment:
Expand All @@ -89,7 +89,7 @@ services:

# BITPING CONTAINER
# !!For this app you'll need a one-time operation to claim your node: the first time if you do not have a backup of your identity you will need to enter manually your credentials to initialize it use : sudo docker run --rm -it -v ${PWD}/.data/.bitping/:/root/.bitping bitping/bitping-node:latest , then enter your credential , once this is done CTRL+C to end container and then if using bind folder just use docker compose to restart it as always, if you use the docker volume mount it in the previous comamnd or copy the created credentials in the volume using ' docker cp ${PWD}/.data/.bitping bitping:/root/' or just mount the volume in the interactive temporary container
Bitping:
bitping:
container_name: bitping
image: bitping/bitping-node:latest
environment:
Expand Down

0 comments on commit fc5c396

Please sign in to comment.