Skip to content

Commit 6366b52

Browse files
authored
Update installation.md
1 parent 6944219 commit 6366b52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

getting-started/installation/installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- DB_CONNECTION=sqlite
2727
volumes:
2828
- /path/to/data:/config
29-
- /path/to/directory/web:/etc/ssl/web
29+
- /path/to-custom-ssl-keys:/config/keys:ro
3030
image: lscr.io/linuxserver/speedtest-tracker:latest
3131
restart: unless-stopped
3232
```
@@ -52,7 +52,7 @@ services:
5252
- DB_PASSWORD=password
5353
volumes:
5454
- /path/to/data:/config
55-
- /path/to/directory/web:/etc/ssl/web
55+
- /path/to-custom-ssl-keys:/config/keys:ro
5656
image: lscr.io/linuxserver/speedtest-tracker:latest
5757
restart: unless-stopped
5858
depends_on:
@@ -92,7 +92,7 @@ services:
9292
- DB_PASSWORD=password
9393
volumes:
9494
- /path/to/data:/config
95-
- /path/to/directory/web:/etc/ssl/web
95+
- /path/to-custom-ssl-keys:/config/keys:ro
9696
image: lscr.io/linuxserver/speedtest-tracker:latest
9797
restart: unless-stopped
9898
depends_on:
@@ -130,7 +130,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
130130
-e PGID=1000 \
131131
-e DB_CONNECTION=sqlite \
132132
-v /path/to/data:/config \
133-
-v /path/to/directory/web:/etc/ssl/web \
133+
-v /path/to-custom-ssl-keys:/config/keys:ro \
134134
lscr.io/linuxserver/speedtest-tracker:latest
135135
```
136136
{% endtab %}
@@ -149,7 +149,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
149149
-e DB_USERNAME= \
150150
-e DB_PASSWORD= \
151151
-v /path/to/data:/config \
152-
-v /path/to/directory/web:/etc/ssl/web \
152+
-v /path/to-custom-ssl-keys:/config/keys:ro \
153153
lscr.io/linuxserver/speedtest-tracker:latest
154154
```
155155
{% endtab %}
@@ -168,7 +168,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
168168
-e DB_USERNAME= \
169169
-e DB_PASSWORD= \
170170
-v /path/to/data:/config \
171-
-v /path/to/directory/web:/etc/ssl/web \
171+
-v /path/to-custom-ssl-keys:/config/keys:ro \
172172
lscr.io/linuxserver/speedtest-tracker:latest
173173
```
174174
{% endtab %}

0 commit comments

Comments
 (0)