Skip to content

Commit cb996e6

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-37: change request with no subject merged in GitBook
1 parent fe2c3a7 commit cb996e6

File tree

2 files changed

+3
-43
lines changed

2 files changed

+3
-43
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >-
99

1010

1111
{% hint style="info" %}
12-
These docs are up-to-date for version: `v0.11.17`
12+
These docs are up-to-date for version: `v0.11.18`
1313
{% endhint %}
1414

1515
### Introduction

getting-started/installation.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,14 @@ MariaDB/MySQL and PostgreSQL instructions assumes you have a database instance t
2323
{% endhint %}
2424

2525
{% 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
2827
{% endhint %}
2928

3029
{% 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.
3331
{% endhint %}
3432

35-
3633
{% 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-
5234
{% tab title="Docker (MariaDB/MySQL)" %}
5335
```bash
5436
docker run -d --name speedtest-tracker --restart unless-stopped \
@@ -95,28 +77,6 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
9577
### Install with Docker Compose
9678

9779
{% tabs %}
98-
{% tab title="Docker (Sqlite)" %}
99-
```yaml
100-
version: '3.3'
101-
services:
102-
speedtest-tracker:
103-
container_name: speedtest-tracker
104-
ports:
105-
- '8080:80'
106-
- '8443:443'
107-
environment:
108-
- PUID=1000
109-
- PGID=1000
110-
- TZ=America/Chicago
111-
volumes:
112-
- '/etc/localtime:/etc/localtime:ro'
113-
- '/path/to/directory:/config'
114-
- '/path/to/directory/web:/etc/ssl/web'
115-
image: 'ghcr.io/alexjustesen/speedtest-tracker:latest'
116-
restart: unless-stopped
117-
```
118-
{% endtab %}
119-
12080
{% tab title="Docker (MariaDB/MySQL)" %}
12181
```yaml
12282
version: '3.3'

0 commit comments

Comments
 (0)