Skip to content

Commit aa73af9

Browse files
svenvg93gitbook-bot
authored andcommitted
GITBOOK-1: No subject
1 parent 3bb40b3 commit aa73af9

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

getting-started/installation/installation.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ Setting up your environment with Docker Compose is the recommended infrastructur
1313
If you would like to provide your own SSL keys, they must be named `cert.crt` (full chain) and `cert.key` (private key), and mounted in the container folder `/config/keys`.
1414

1515
{% hint style="info" %}
16-
Complete overview of the Environment Variables can be found here
17-
[environment-variables.md](environment-variables.md "mention").
16+
Complete overview of the Environment Variables can be found [here](../environment-variables.md) 
17+
{% endhint %}
18+
19+
{% hint style="info" %}
20+
A full list of released versions can be found [here](https://fleet.linuxserver.io/image?name=linuxserver/speedtest-tracker)
1821
{% endhint %}
1922

2023
{% tabs %}
@@ -41,7 +44,7 @@ services:
4144
volumes:
4245
- /path/to/data:/config
4346
- /path/to-custom-ssl-keys:/config/keys
44-
image: lscr.io/linuxserver/speedtest-tracker:latest
47+
image: lscr.io/linuxserver/speedtest-tracker:0.20.6
4548
restart: unless-stopped
4649
```
4750
{% endtab %}
@@ -148,6 +151,10 @@ volumes:
148151
These instructions assume you have an appropriate database instance that already exists.
149152
{% endhint %}
150153
154+
{% hint style="info" %}
155+
A full list of released versions can be found [here](https://fleet.linuxserver.io/image?name=linuxserver/speedtest-tracker)
156+
{% endhint %}
157+
151158
{% tabs %}
152159
{% tab title="SQLite" %}
153160
```bash
@@ -166,7 +173,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
166173
-e APP_TIMEZONE= \
167174
-v /path/to/data:/config \
168175
-v /path/to-custom-ssl-keys:/config/keys \
169-
lscr.io/linuxserver/speedtest-tracker:latest
176+
lscr.io/linuxserver/speedtest-tracker:0.20.6
170177
```
171178
{% endtab %}
172179

@@ -188,12 +195,13 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
188195
-e SPEEDTEST_SERVERS= \
189196
-v /path/to/data:/config \
190197
-v /path/to-custom-ssl-keys:/config/keys \
191-
lscr.io/linuxserver/speedtest-tracker:latest
198+
lscr.io/linuxserver/speedtest-tracker:0.20.6
192199
```
193200
{% endtab %}
194201

195202
{% tab title="Postgres" %}
196203
```bash
204+
197205
docker run -d --name speedtest-tracker --restart unless-stopped \
198206
-p 8080:80 \
199207
-p 8443:443 \
@@ -214,7 +222,8 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
214222
-e APP_TIMEZONE= \
215223
-v /path/to/data:/config \
216224
-v /path/to-custom-ssl-keys:/config/keys \
217-
lscr.io/linuxserver/speedtest-tracker:latest
225+
lscr.io/linuxserver/speedtest-tracker:0.20.6
218226
```
219227
{% endtab %}
220228
{% endtabs %}
229+

getting-started/installation/qnap.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ These instructions will run you through setting up the application on a QNAP NAS
1515

1616
### Example Docker Compose
1717

18+
{% hint style="info" %}
19+
A full list of released versions can be found [here](https://fleet.linuxserver.io/image?name=linuxserver/speedtest-tracker)
20+
{% endhint %}
21+
1822
```yaml
1923
version: '3.4'
2024
services:
@@ -42,7 +46,7 @@ services:
4246
volumes:
4347
- /path/to-data:/config
4448
- /path/to-custom-ssl-keys:/config/keys
45-
image: lscr.io/linuxserver/speedtest-tracker:latest
49+
image: lscr.io/linuxserver/speedtest-tracker:0.20.6
4650
networks:
4751
qnet-network:
4852
ipv4_address: 192.168.1.3

0 commit comments

Comments
 (0)