From 9e047c9b75a9d099017c241134ad24312c50cd9f Mon Sep 17 00:00:00 2001 From: free-ghz Date: Mon, 9 Dec 2024 20:51:33 +0100 Subject: [PATCH] docs: specify correct amount of volumes --- README.md | 6 +++--- docs/Basic-usage.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a28859bc..40cb326d 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ In addition to the above, please ensure that your DNS provider answers correctly ## Basic usage (with the nginx-proxy container) -Three writable volumes must be declared on the **nginx-proxy** container so that they can be shared with the **acme-companion** container: +Two writable volumes must be declared on the **nginx-proxy** container so that they can be shared with the **acme-companion** container: * `/etc/nginx/certs` to store certificates and private keys (readonly for the **nginx-proxy** container). * `/usr/share/nginx/html` to write `http-01` challenge files. -Additionally, a fourth volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`. +Additionally, a third volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`. Please also read the doc about [data persistence](./docs/Persistent-data.md). @@ -45,7 +45,7 @@ Example of use: ### Step 1 - nginx-proxy -Start **nginx-proxy** with the three additional volumes declared: +Start **nginx-proxy** with the two additional volumes declared: ```shell $ docker run --detach \ diff --git a/docs/Basic-usage.md b/docs/Basic-usage.md index 630565b9..70a3ab10 100644 --- a/docs/Basic-usage.md +++ b/docs/Basic-usage.md @@ -5,7 +5,7 @@ Two writable volumes must be declared on the **nginx-proxy** container so that t * `/etc/nginx/certs` to store certificates and private keys (readonly for the **nginx-proxy** container). * `/usr/share/nginx/html` to write `HTTP-01` challenge files. -Additionally, a fourth volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`. +Additionally, a third volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`. Please also read the doc about [data persistence](./Persistent-data.md). @@ -13,7 +13,7 @@ Example of use: ### Step 1 - nginx-proxy -Start **nginx-proxy** with the three additional volumes declared: +Start **nginx-proxy** with the two additional volumes declared: ```shell $ docker run --detach \