You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在这个启动脚本里面加入下面的脚本,注意apollo启动脚本start.php的路径
if [ -f "/path/to/start.php" ]; then
apollo_ps=$(ps -aux | grep -c "php /path/to/start.php")
if [ $apollo_ps -eq 1 ]; then
php /path/to/start.php &
fi
fi
对 docker 自启动的文档不太理解。启动脚本是docker-php-entrypoint
The text was updated successfully, but these errors were encountered: