2
0
Эх сурвалжийг харах

Merge pull request #1117 from chuma9615/patch-1

Update deploying-from-the-cli.md
abelanger5 4 жил өмнө
parent
commit
b7ffaaa798

+ 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
 ```
 ```