haproxy-letsencrypt-docker.md
... ...
@@ -54,7 +54,7 @@ cat /etc/letsencrypt/live/domain1.example.com/fullchain.pem \
54 54
&& docker kill -s HUP haproxy
55 55
```
56 56
57
-To run the container, we'll wrap it up in a docker-compose file. We'll call it docker-compose-stage1.yml.
57
+To run the container, we'll wrap it up in a docker-compose file called docker-compose-stage1.yml.
58 58
59 59
```yaml
60 60
version: '3'