From b965e27ae8b47ebb607e2cd4666d0479a50fa77e Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 28 Jul 2021 23:16:48 +1000 Subject: [PATCH] Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f54c167..bd98a23 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ docker-compose.yml: version: "3" services: testca: - image: nginxproxymanager/testci + image: nginxproxymanager/testca ports: - 9000:443 ``` @@ -36,10 +36,10 @@ in your system before you will be able to trust this CA. You can also install this as part of a Dockerfile: ``` -FROM nginxproxymanager/testci as testci +FROM nginxproxymanager/testca as testca FROM alpine -COPY --from=testci /home/step/certs/root_ca.crt /etc/certificates/ +COPY --from=testca /home/step/certs/root_ca.crt /etc/certificates/ `` If you are using the `step` client: