We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f11b9 commit cca21adCopy full SHA for cca21ad
CHANGELOG.md
@@ -13,6 +13,7 @@
13
- #3036 Fix applying env PM2_CONCURRENT_ACTIONS correctly
14
- #3346 do not chmod systemd script (was failing systemd script on orange pi)
15
- #3347 Add --wait-ip option to override systemd initialization to wait for internet full connectivity
16
+- #3348 alias pm2-docker to pm2-runtime
17
18
## 2.8.0
19
bin/pm2-runtime
@@ -1,3 +1,3 @@
1
#!/usr/bin/env node
2
3
-require('../lib/binaries/Runtime.js');
+require('../lib/binaries/Runtime4Docker.js');
0 commit comments