9ed2c25cd7c09c3ab4dcfc31e53ea9c59f47035f
haproxy-letsencrypt-docker.md
| ... | ... | @@ -90,7 +90,7 @@ Also of note, we're attaching a Volume to /etc/letsencrypt - that's where the ce |
| 90 | 90 | The command concatenates the cert chain and private key into a format that haproxy understands, and dumps it out into the mounted /etc/letsencrypt volume. |
| 91 | 91 | The certs are named after the first domain specified, so that ends up in the paths under /etc/letsencrypt. You might be able to change that, but see [rule 1](/rules). |
| 92 | 92 | |
| 93 | -With all three files in your current dir, run: `docker-compose -i docker-compose-stage1.yml up` and you should hopefully see a message like: |
|
| 93 | +With all three files in your current dir, run: `docker-compose -f docker-compose-stage1.yml up` and you should hopefully see a message like: |
|
| 94 | 94 | |
| 95 | 95 | ```text |
| 96 | 96 | IMPORTANT NOTES: |