我已刷新我的应用程序页面并在控制台中收到此错误
Failed to load resource: net::ERR_CONNECTION_RESET.
我试图重新安装XAMPP版本,但这对我不起作用.
我已经构建了一个 docker 映像docker build -t ds_backend .,其中包含以下错误后提到的所有配置。
尝试使用运行图像时docker run ds_backend出现以下错误。
/usr/lib/python2.7/dist-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
'Supervisord is running as root and it is searching '
2020-08-27 01:53:36,963 CRIT Supervisor is running as root. Privileges were not dropped because no …Run Code Online (Sandbox Code Playgroud)