We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b0522 commit 510ab3eCopy full SHA for 510ab3e
php/site-utils.php
@@ -128,7 +128,7 @@ function generate_global_docker_compose_yml( Filesystem $fs ) {
128
'LOCAL_GROUP_ID=' . posix_getegid(),
129
],
130
'volumes' => [
131
- EE_CONF_ROOT . '/nginx/certs:/etc/nginx/certs ',
+ EE_CONF_ROOT . '/nginx/certs:/etc/nginx/certs',
132
EE_CONF_ROOT . '/nginx/dhparam:/etc/nginx/dhparam',
133
EE_CONF_ROOT . '/nginx/conf.d:/etc/nginx/conf.d',
134
EE_CONF_ROOT . '/nginx/htpasswd:/etc/nginx/htpasswd',
0 commit comments