Skip to content

Commit 9e047c9

Browse files
committed
docs: specify correct amount of volumes
1 parent 690f959 commit 9e047c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ In addition to the above, please ensure that your DNS provider answers correctly
3232

3333
## Basic usage (with the nginx-proxy container)
3434

35-
Three writable volumes must be declared on the **nginx-proxy** container so that they can be shared with the **acme-companion** container:
35+
Two writable volumes must be declared on the **nginx-proxy** container so that they can be shared with the **acme-companion** container:
3636

3737
* `/etc/nginx/certs` to store certificates and private keys (readonly for the **nginx-proxy** container).
3838
* `/usr/share/nginx/html` to write `http-01` challenge files.
3939

40-
Additionally, a fourth volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`.
40+
Additionally, a third volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`.
4141

4242
Please also read the doc about [data persistence](./docs/Persistent-data.md).
4343

4444
Example of use:
4545

4646
### Step 1 - nginx-proxy
4747

48-
Start **nginx-proxy** with the three additional volumes declared:
48+
Start **nginx-proxy** with the two additional volumes declared:
4949

5050
```shell
5151
$ docker run --detach \

docs/Basic-usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Two writable volumes must be declared on the **nginx-proxy** container so that t
55
* `/etc/nginx/certs` to store certificates and private keys (readonly for the **nginx-proxy** container).
66
* `/usr/share/nginx/html` to write `HTTP-01` challenge files.
77

8-
Additionally, a fourth volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`.
8+
Additionally, a third volume must be declared on the **acme-companion** container to store `acme.sh` configuration and state: `/etc/acme.sh`.
99

1010
Please also read the doc about [data persistence](./Persistent-data.md).
1111

1212
Example of use:
1313

1414
### Step 1 - nginx-proxy
1515

16-
Start **nginx-proxy** with the three additional volumes declared:
16+
Start **nginx-proxy** with the two additional volumes declared:
1717

1818
```shell
1919
$ docker run --detach \

0 commit comments

Comments
 (0)