Browse Source

start.sh main file

woonkamer 3 years ago
parent
commit
ea4e1dc4ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Start.sh

+ 2 - 2
Start.sh

@@ -2,7 +2,7 @@
 #template file for docker procidure @ openhoofd.loc
 
 
-ContainerName=IPFSswarm
+ContainerName=IPFS
 Path="/zpool/dockerdata/$ContainerName"
 Docker_hup_url="ipfs/go-ipfs:latest"
 logfile=$Path/logfile.log
@@ -39,7 +39,7 @@ echo "Starting $Path/Start.sh"
 
  docker run -d \
   --name $ContainerName-Cluster \
-  -e CLUSTER_PEERNAME=cluster2 \
+  -e CLUSTER_PEERNAME=custem cluster name  \
   -e CLUSTER_SECRET=039b444f4a2b322a7df7ff4451549cf7193c0fb5828b0e91a6e44c5e28ef3ade \
   -e CLUSTER_CRDT_TRUSTEDPEERS='*' \
   -e CLUSTER_MONITORPINGINTERVAL=5s \