Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit 01c4f8b

Browse files
committed
format docs
1 parent 277f51f commit 01c4f8b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/change-pass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
55
```bash
66
$ docker run -d --name elstack \
7-
-e SSL=true \
8-
-e ELSK_USER="blacktop" \
9-
-e ELSK_PASS="S3cr3T" \
107
-p 80:80 \
118
-p 443:443 \
129
-p 9200:9200 \
10+
-e SSL=true \
11+
-e ELSK_USER="blacktop" \
12+
-e ELSK_PASS="S3cr3T" \
1313
blacktop/elastic-stack
1414
```
1515

docs/ssl.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ $ docker run -d --name elstack -e SSL=true -p 80:80 -p 443:443 -p 9200:9200 blac
1717

1818
```bash
1919
$ docker run -d --name elstack \
20-
-e SSL=true \
21-
-e ELSK_DOMAIN="elk.blacktop.io" \
2220
-p 80:80 \
2321
-p 443:443 \
2422
-p 9200:9200 \
23+
-e SSL=true \
24+
-e ELSK_DOMAIN="elk.blacktop.io" \
2525
blacktop/elastic-stack
2626
```
2727

@@ -36,11 +36,11 @@ Create certs with the following names
3636

3737
```bash
3838
$ docker run -d --name elstack \
39-
-e SSL=true \
40-
-v /path/to/kibana/certs:/etc/nginx/ssl:ro \
4139
-p 80:80 \
4240
-p 443:443 \
4341
-p 9200:9200 \
42+
-e SSL=true \
43+
-v /path/to/kibana/certs:/etc/nginx/ssl:ro \
4444
blacktop/elastic-stack
4545
```
4646

0 commit comments

Comments
 (0)