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: docs/images/docker-speedtest-tracker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Containers are configured using parameters passed at runtime (such as those abov
124
124
|`PUID=1000`| for UserID - see below for explanation |
125
125
|`PGID=1000`| for GroupID - see below for explanation |
126
126
|`TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
127
-
|`APP_KEY=`| App key used for encrypting stored data. You can generate a key at [https://speedtest-tracker.dev](https://speedtest-tracker.dev)|
127
+
|`APP_KEY=`| App key used for encrypting stored data. You can generate a key as per [https://speedtest-tracker.dev](https://docs.speedtest-tracker.dev/getting-started/installation/using-docker-compose#install-with-docker-compose)|
128
128
|`APP_URL=`| The IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`|
129
129
|`DB_CONNECTION=sqlite`| Set the database type to use. `sqlite`, `pgsql`, or `mysql`|
130
130
|`SPEEDTEST_SCHEDULE=`| Set the test schedule in cron format. e.g. `0 */6 * * *`|
0 commit comments