Updated multideploy version format (requires double quotes)

invario
2025-12-20 18:13:47 -05:00
parent 34a9e38b90
commit 0ddc1c2919

@@ -1188,7 +1188,7 @@ Multideploy allows you to deploy your certificates to multiple services, even th
* Allows multiple configurations that can contain multiple services. * Allows multiple configurations that can contain multiple services.
```yaml ```yaml
version: 1.0 version: "1.0"
services: services:
- name: "YOUR_SERVICE" - name: "YOUR_SERVICE"
@@ -1202,7 +1202,7 @@ services:
### Example `multideploy.yaml` for five various deployments: ### Example `multideploy.yaml` for five various deployments:
```yaml ```yaml
# check your acme.sh version in wiki! # check your acme.sh version in wiki!
version: 1.0 version: "1.0"
services: services:
- name: "traefik" - name: "traefik"