haproxy-letsencrypt-docker.md
... ...
@@ -54,7 +54,7 @@ COPY deploy-hook /deploy-hook
54 54
RUN chmod +x /deploy-hook
55 55
```
56 56
57
-Note we're installing the docker.io package, and copying in a script. We'll need them later on. We could probably use the official certbot image, but chances are you'll already have 'ubuntu:latest' in-cache, so we might as well use it.
57
+Note we're installing the docker.io package, and copying in a 'deploy-hook' script (see below). We'll need them later on. We could probably use the official certbot image, but chances are you'll already have 'ubuntu:latest' in-cache, so we might as well use it.
58 58
59 59
## docker-compose-stage1.yml
60 60
To run the container, we'll wrap it up in a docker-compose file called `docker-compose-stage1.yml`. Put this in your current directory: