瀏覽代碼

Merge pull request #1117 from chuma9615/patch-1

Update deploying-from-the-cli.md
abelanger5 5 年之前
父節點
當前提交
b7ffaaa798
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/deploy/applications/deploying-from-the-cli.md

+ 1 - 1
docs/deploy/applications/deploying-from-the-cli.md

@@ -163,7 +163,7 @@ This configuration only applies to `web` applications.
 ```yaml
 ```yaml
 ingress:
 ingress:
   custom_domain: true
   custom_domain: true
-  custom_paths:
+  hosts:
   - my-app.example.com
   - my-app.example.com
 ```
 ```