最後活躍 1 month ago

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 insertion, 1 deletion

docker-run-command.sh

@@ -1,6 +1,6 @@
1 1 #!/bin/bash
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 - ln -sf /app/config/${CONFIG_FILE:-config.local.ini} /app/config/config.ini
4 + ln -sf /app/config/${CONFIG_FILE:-config.ini.local} /app/config/config.ini
5 5 /etc/init.d/php7.4-fpm start && apachectl start
6 6 pm2-runtime start /opt/builder/ecosystem.config.cjs

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 insertion, 1 deletion

docker-run-command.sh

@@ -1,6 +1,6 @@
1 1 #!/bin/bash
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 - ln -sf /app/config/${CONFIG_FILE:config.local.ini} /app/config/config.ini
4 + ln -sf /app/config/${CONFIG_FILE:-config.local.ini} /app/config/config.ini
5 5 /etc/init.d/php7.4-fpm start && apachectl start
6 6 pm2-runtime start /opt/builder/ecosystem.config.cjs

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 insertion, 1 deletion

docker-run-command.sh

@@ -1,6 +1,6 @@
1 1 #!/bin/bash
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 - ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
4 + ln -sf /app/config/${CONFIG_FILE:config.local.ini} /app/config/config.ini
5 5 /etc/init.d/php7.4-fpm start && apachectl start
6 6 pm2-runtime start /opt/builder/ecosystem.config.cjs

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 insertion, 1 deletion

docker-run-command.sh

@@ -2,5 +2,5 @@
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 - /etc/init.d/php7.4-fpm start && apachectl
5 + /etc/init.d/php7.4-fpm start && apachectl start
6 6 pm2-runtime start /opt/builder/ecosystem.config.cjs

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 2 insertions, 2 deletions

docker-run-command.sh

@@ -2,5 +2,5 @@
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 - pm2 start /opt/builder/ecosystem.config.cjs
6 - /etc/init.d/php7.4-fpm start && apachectl -D FOREGROUND
5 + /etc/init.d/php7.4-fpm start && apachectl
6 + pm2-runtime start /opt/builder/ecosystem.config.cjs

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 insertion, 1 deletion

docker-run-command.sh

@@ -2,5 +2,5 @@
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 - pm2 start /opt/builder/ecosystem.config.js
5 + pm2 start /opt/builder/ecosystem.config.cjs
6 6 /etc/init.d/php7.4-fpm start && apachectl -D FOREGROUND

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 insertion

docker-run-command.sh

@@ -2,4 +2,5 @@
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 + pm2 start /opt/builder/ecosystem.config.js
5 6 /etc/init.d/php7.4-fpm start && apachectl -D FOREGROUND

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 insertion, 1 deletion

docker-run-command.sh

@@ -2,4 +2,4 @@
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 - /etc/init.d/php7.4-fpm start && apachectl start
5 + /etc/init.d/php7.4-fpm start && apachectl -D FOREGROUND

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 1 deletion

docker-run-command.sh

@@ -2,5 +2,4 @@
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 - pm2 start /opt/builder/ecosystem.config.js
6 5 /etc/init.d/php7.4-fpm start && apachectl start

mikemorris 已修改 1 month ago. 還原成這個修訂版本

1 file changed, 2 insertions, 1 deletion

docker-run-command.sh

@@ -2,4 +2,5 @@
2 2 chmod 777 /logs
3 3 ln -sf /opt/vendor /app/vendor
4 4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 - pm2 start /opt/builder/ecosystem.config.js
5 + pm2 start /opt/builder/ecosystem.config.js
6 + /etc/init.d/php7.4-fpm start && apachectl start
上一頁 下一頁