Skip to content

Commit 604e7f1

Browse files
authored
Update installation.md
1 parent ed7aeaa commit 604e7f1

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
@@ -28,7 +28,7 @@ services:
2828
- DB_CONNECTION=sqlite
2929
volumes:
3030
- /path/to/data:/config
31-
- /path/to-custom-ssl-keys:/config/keys:ro
31+
- /path/to-custom-ssl-keys:/config/keys
3232
image: lscr.io/linuxserver/speedtest-tracker:latest
3333
restart: unless-stopped
3434
```
@@ -54,7 +54,7 @@ services:
5454
- DB_PASSWORD=password
5555
volumes:
5656
- /path/to/data:/config
57-
- /path/to-custom-ssl-keys:/config/keys:ro
57+
- /path/to-custom-ssl-keys:/config/keys
5858
image: lscr.io/linuxserver/speedtest-tracker:latest
5959
restart: unless-stopped
6060
depends_on:
@@ -94,7 +94,7 @@ services:
9494
- DB_PASSWORD=password
9595
volumes:
9696
- /path/to/data:/config
97-
- /path/to-custom-ssl-keys:/config/keys:ro
97+
- /path/to-custom-ssl-keys:/config/keys
9898
image: lscr.io/linuxserver/speedtest-tracker:latest
9999
restart: unless-stopped
100100
depends_on:
@@ -132,7 +132,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
132132
-e PGID=1000 \
133133
-e DB_CONNECTION=sqlite \
134134
-v /path/to/data:/config \
135-
-v /path/to-custom-ssl-keys:/config/keys:ro \
135+
-v /path/to-custom-ssl-keys:/config/keys \
136136
lscr.io/linuxserver/speedtest-tracker:latest
137137
```
138138
{% endtab %}
@@ -151,7 +151,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
151151
-e DB_USERNAME= \
152152
-e DB_PASSWORD= \
153153
-v /path/to/data:/config \
154-
-v /path/to-custom-ssl-keys:/config/keys:ro \
154+
-v /path/to-custom-ssl-keys:/config/keys \
155155
lscr.io/linuxserver/speedtest-tracker:latest
156156
```
157157
{% endtab %}
@@ -170,7 +170,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
170170
-e DB_USERNAME= \
171171
-e DB_PASSWORD= \
172172
-v /path/to/data:/config \
173-
-v /path/to-custom-ssl-keys:/config/keys:ro \
173+
-v /path/to-custom-ssl-keys:/config/keys \
174174
lscr.io/linuxserver/speedtest-tracker:latest
175175
```
176176
{% endtab %}

0 commit comments

Comments
 (0)