Skip to content

Commit cca21ad

Browse files
committed
#3348 alias pm2-docker to pm2-runtime
1 parent 28f11b9 commit cca21ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- #3036 Fix applying env PM2_CONCURRENT_ACTIONS correctly
1414
- #3346 do not chmod systemd script (was failing systemd script on orange pi)
1515
- #3347 Add --wait-ip option to override systemd initialization to wait for internet full connectivity
16+
- #3348 alias pm2-docker to pm2-runtime
1617

1718
## 2.8.0
1819

bin/pm2-runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env node
22

3-
require('../lib/binaries/Runtime.js');
3+
require('../lib/binaries/Runtime4Docker.js');

0 commit comments

Comments
 (0)