Browse Source

se cambio la dir de la conf. de hosts de nginx

Luciano Andrade 7 năm trước cách đây
mục cha
commit
b321da17da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/src/Release.php

+ 1 - 1
tools/src/Release.php

@@ -560,7 +560,7 @@ class Release extends Command
             ->addPorts(443, 443)
             ->addVolumes("/var/run/docker.sock", "/tmp/docker.sock:ro")
             ->addVolumes("./extra/nginx/certs", "/etc/nginx/certs:ro")
-            ->addVolumes("./extra/nginx/vhost.d", "/etc/nginx/vhost.d")
+            ->addVolumes("./extra/nginx/conf.d", "/etc/nginx/conf.d")
             ->addVolumes("./extra/nginx/share", "/usr/share/nginx/html");
         }