Skip to content

Commit d2a775a

Browse files
svenvg93gitbook-bot
authored andcommitted
GITBOOK-19: No subject
1 parent 1e6dd15 commit d2a775a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## 🚀 Getting Started
88

99
* [Installation](getting-started/installation/README.md)
10-
* [Using Docker or Docker Compose](getting-started/installation/installation.md)
10+
* [Using Docker or Docker Compose](getting-started/installation/using-docker.md)
1111
* [Using Kubernetes](getting-started/installation/using-kubernetes.md)
1212
* [Using QNAP](getting-started/installation/using-qnap.md)
1313
* [Using Synology](getting-started/installation/using-synology.md)
File renamed without changes.

getting-started/installation/using-qnap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ These instructions will run you through setting up the application on a QNAP NAS
99
1. Open **"Container Station"** and select **"Applications"** from the left-hand navigation menu.
1010
2. Press the **"Create"** button.
1111
3. Provide a name for the application.
12-
4. Paste the below Docker Compose code into the text box, this is a modification of the MariaDB Docker Compose [install ](installation.md)instructions.
12+
4. Paste the below Docker Compose code into the text box, this is a modification of the MariaDB Docker Compose [install ](../../)instructions.
1313
5. Click **"Validate"** to make sure there are no errors.
1414
6. Click **"Create"** to deploy the application.
1515

@@ -82,4 +82,4 @@ networks:
8282

8383
volumes:
8484
speedtest-db:
85-
```
85+
```

getting-started/installation/using-synology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
# Using Synology
88

99
{% hint style="warning" %}
10-
The following directions are for the old "Docker" application, if you're using "Container Manager" you can follow the docker compose instructions in [installation.md](installation.md "mention").
10+
The following directions are for the old "Docker" application, if you're using "Container Manager" you can follow the docker compose instructions in [using-docker.md](using-docker.md "mention").
1111
{% endhint %}
1212

1313
### Install on a Synology NAS
@@ -38,4 +38,4 @@ Review your settings and click "done".
3838

3939
![summary](https://user-images.githubusercontent.com/92191413/210480977-3e24ba39-b23e-463f-acba-0a1aad1e57ec.png)
4040

41-
You can now access Speedtest-Tracker via `http://YOUR_IP_ADDRESS:8080` or `https://YOUR_IP_ADDRESS:8443`.
41+
You can now access Speedtest-Tracker via `http://YOUR_IP_ADDRESS:8080` or `https://YOUR_IP_ADDRESS:8443`.

0 commit comments

Comments
 (0)