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.
2 parents e419a0c + efa6a4d commit 5e934d8Copy full SHA for 5e934d8
src/helper/service-utils.php
@@ -152,11 +152,6 @@ function generate_global_docker_compose_yml( Filesystem $fs ) {
152
'path_to_symlink' => EE_SERVICE_DIR . '/nginx-proxy/logs',
153
'container_path' => '/var/log/nginx',
154
],
155
- [
156
- 'name' => 'nginx_proxy_logs',
157
- 'path_to_symlink' => EE_SERVICE_DIR . '/nginx-proxy/logs',
158
- 'container_path' => '/var/log/nginx',
159
- ],
160
[
161
'name' => '/var/run/docker.sock',
162
'path_to_symlink' => '/var/run/docker.sock',
0 commit comments