File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ private function init_checks() {
646646 EE ::error ( 'Cannot create/start proxy container. Please make sure port 80 and 443 are free. ' );
647647 } else {
648648 $ EE_CONF_ROOT = EE_CONF_ROOT ;
649- $ ee_proxy_command = "docker run --name $ this ->proxy_type -e LOCAL_USER_ID=`id -u` -e LOCAL_GROUP_ID=`id -g` --restart=always -d -p 80:80 -p 443:443 -v $ EE_CONF_ROOT /nginx/certs:/etc/nginx/certs -v $ EE_CONF_ROOT /nginx/dhparam:/etc/nginx/dhparam -v $ EE_CONF_ROOT /nginx/conf.d:/etc/nginx/conf.d -v $ EE_CONF_ROOT /nginx/htpasswd:/etc/nginx/htpasswd -v $ EE_CONF_ROOT /nginx/vhost.d:/etc/nginx/vhost.d -v /var/run/docker.sock:/tmp/docker.sock:ro -v $ EE_CONF_ROOT :/app/ee4 -v /usr/share/nginx/html easyengine/nginx-proxy " ;
649+ $ ee_proxy_command = "docker run --name $ this ->proxy_type -e LOCAL_USER_ID=`id -u` -e LOCAL_GROUP_ID=`id -g` --restart=always -d -p 80:80 -p 443:443 -v $ EE_CONF_ROOT /nginx/certs:/etc/nginx/certs -v $ EE_CONF_ROOT /nginx/dhparam:/etc/nginx/dhparam -v $ EE_CONF_ROOT /nginx/conf.d:/etc/nginx/conf.d -v $ EE_CONF_ROOT /nginx/htpasswd:/etc/nginx/htpasswd -v $ EE_CONF_ROOT /nginx/vhost.d:/etc/nginx/vhost.d -v /var/run/docker.sock:/tmp/docker.sock:ro -v $ EE_CONF_ROOT :/app/ee4 -v /usr/share/nginx/html easyengine/nginx-proxy:v " . EE_VERSION ;
650650
651651
652652 if ( $ this ->docker ::boot_container ( $ this ->proxy_type , $ ee_proxy_command ) ) {
You can’t perform that action at this time.
0 commit comments