You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/installation.md
+2-42Lines changed: 2 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,32 +23,14 @@ MariaDB/MySQL and PostgreSQL instructions assumes you have a database instance t
23
23
{% endhint %}
24
24
25
25
{% hint style="info" %}
26
-
In case you want to make sure that your ssl certs are kept between stops and starts make sure that you map /etc/ssl/web
27
-
to make it persistent
26
+
In case you want to make sure that your ssl certs are kept between stops and starts make sure that you map /etc/ssl/web to make it persistent
28
27
{% endhint %}
29
28
30
29
{% hint style="info" %}
31
-
In order to make sure timestamps in the UI and logs are correct, make sure to configure the TZ env variable and also
32
-
the /etc/localtime volume mapping, as per the examples below. Replace the geo location of TZ with your geo location.
30
+
In order to make sure timestamps in the UI and logs are correct, make sure to configure the TZ env variable and also the /etc/localtime volume mapping, as per the examples below. Replace the geo location of TZ with your geo location.
33
31
{% endhint %}
34
32
35
-
36
33
{% tabs %}
37
-
{% tab title="Docker (Sqlite)" %}
38
-
```bash
39
-
docker run -d --name speedtest-tracker --restart unless-stopped \
40
-
-p 8080:80 \
41
-
-p 8443:443 \
42
-
-e PUID=1000 \
43
-
-e PGID=1000 \
44
-
-e TZ=America/Chicago \
45
-
-v /etc/localtime:/etc/localtime:ro \
46
-
-v /path/to/directory:/config \
47
-
-v /path/to/directory/web:/etc/ssl/web \
48
-
ghcr.io/alexjustesen/speedtest-tracker:latest
49
-
```
50
-
{% endtab %}
51
-
52
34
{% tab title="Docker (MariaDB/MySQL)" %}
53
35
```bash
54
36
docker run -d --name speedtest-tracker --restart unless-stopped \
0 commit comments