Skip to content

Commit f7fc67e

Browse files
Bot Updating Documentation
1 parent 0e1b3e6 commit f7fc67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/images/docker-speedtest-tracker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Containers are configured using parameters passed at runtime (such as those abov
124124
| `PUID=1000` | for UserID - see below for explanation |
125125
| `PGID=1000` | for GroupID - see below for explanation |
126126
| `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) |
128128
| `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` |
129129
| `DB_CONNECTION=sqlite` | Set the database type to use. `sqlite`, `pgsql`, or `mysql` |
130130
| `SPEEDTEST_SCHEDULE=` | Set the test schedule in cron format. e.g. `0 */6 * * *` |

0 commit comments

Comments
 (0)