Skip to content

Commit 9a29679

Browse files
svenvg93gitbook-bot
authored andcommitted
GITBOOK-20: No subject
1 parent d2a775a commit 9a29679

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

getting-started/installation/using-qnap.md

Lines changed: 6 additions & 8 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 ](../../)instructions.
12+
4. Paste the below Docker Compose code into the text box, this is a modification of the MariaDB Docker Compose [install ](using-docker.md)instructions.
1313
5. Click **"Validate"** to make sure there are no errors.
1414
6. Click **"Create"** to deploy the application.
1515

@@ -30,19 +30,17 @@ services:
3030
environment:
3131
- PUID=1000
3232
- PGID=1000
33-
- APP_KEY=
34-
- DB_CONNECTION=mysql
35-
- DB_HOST=192.168.1.4
33+
- DB_CONNECTION=mariadb
34+
- DB_HOST=db
3635
- DB_PORT=3306
3736
- DB_DATABASE=speedtest_tracker
3837
- DB_USERNAME=speedy
3938
- DB_PASSWORD=password
40-
- SPEEDTEST_SCHEDULE=
41-
- SPEEDTEST_SERVERS=
42-
- PRUNE_RESULTS_OLDER_THAN=
43-
- CHART_DATETIME_FORMAT=
39+
- APP_KEY=
4440
- DATETIME_FORMAT=
4541
- APP_TIMEZONE=
42+
- SPEEDTEST_SCHEDULE= # Optional
43+
- SPEEDTEST_SERVERS= # Optional
4644
volumes:
4745
- /path/to-data:/config
4846
- /path/to-custom-ssl-keys:/config/keys

0 commit comments

Comments
 (0)