0a02514d6891bcdb611cec7ddc4550e31fdd38b7
haproxy-letsencrypt-docker.md
| ... | ... | @@ -63,7 +63,7 @@ version: '3' |
| 63 | 63 | build: ./letsencrypt |
| 64 | 64 | image: letsencrypt |
| 65 | 65 | container_name: letsencrypt |
| 66 | - restart: no |
|
| 66 | + restart: "no" |
|
| 67 | 67 | volumes: |
| 68 | 68 | - letsencrypt_etc:/etc/letsencrypt |
| 69 | 69 | command: bash -c 'certbot certonly \ |