Skip to content

Commit 6afd4aa

Browse files
committed
Move runner to /usr/local/lib/mt/bin/plackup-mt
1 parent 1b1e9d3 commit 6afd4aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mt/psgi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ version: "3"
22
services:
33
mt:
44
restart: always
5-
command: "${PLACKUP:-./plackup-mt -E production -L Shotgun --port=80 --workers=2 --pid=/tmp/mt.psgi.pid} /var/www/cgi-bin/mt/mt.psgi"
5+
command: "${PLACKUP:-/usr/local/lib/mt/bin/plackup-mt -E production -L Shotgun --port=80 --workers=2 --pid=/tmp/mt.psgi.pid} /var/www/cgi-bin/mt/mt.psgi"
66
volumes:
7-
- "./plackup-mt:/var/www/cgi-bin/mt/plackup-mt"
7+
- "./plackup-mt:/usr/local/lib/mt/bin/plackup-mt"

0 commit comments

Comments
 (0)