diff --git a/docker-compose.yml b/docker-compose.yml index 140612e..4a19724 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -204,8 +204,6 @@ services: - api networks: - simulation - ports: - - 3000 ingestion: image: web3labs/epirus-free-ingestion:latest diff --git a/run_nwaku.sh b/run_nwaku.sh index 71b5b61..6b54794 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -81,7 +81,7 @@ get_private_key(){ current_index=1 for key in $private_keys do - INDEX=`echo $INDEX | sed -n "1p" | awk '{print $1}'` + # INDEX=`echo $INDEX | sed -n "1p" | awk '{print $1}'` # Podman Fix: Get only the first value of the first line if [ $current_index -eq $INDEX ]; then pk=$key echo $key