keymetrics / docker-pm2

🐳 Official Docker Image for PM2 runtime
https://hub.docker.com/r/keymetrics/pm2
MIT License
476 stars 60 forks source link

Can I use certain options in pm2-runtime? #56

Closed KimSeongIl closed 6 years ago

KimSeongIl commented 6 years ago
pm2-runtime app/main.js --kill-timeout=6000 --no-treekill

error: unknown option `--kill-timeout'

I want to use the --kill-timeout and --no-treekill options in pm2-runtime. But it does not work. How can I get it to work?``