Home > Blockchain >  /root/start.sh: line 5: /usr/bin/pm2: No such file or directory - Docker Container is restarting
/root/start.sh: line 5: /usr/bin/pm2: No such file or directory - Docker Container is restarting

Time:11-29

I'm trying to run on my Ubuntu 20.04 machine a cluster of docker containers present in this repository :

image layer info

So you need to change the call in your script to

/usr/local/bin/pm2
  • Related