kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
d62459ff06
commit
f2f87961f8
|
@ -117,7 +117,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
| `APP_KEY=` | App key used for encrypting stored data. You can generate a key at [https://speedtest-tracker.dev](https://speedtest-tracker.dev) |
|
||||
| `DB_CONNECTION=sqlite` | Set the database type to use. `sqlite`, `pgsql`, or `mysql` |
|
||||
| `SPEEDTEST_SCHEDULE=` | Set the test schedule in cron format. e.g. `0 */6 * * *` |
|
||||
| `SPEEDTEST_SERVERS=` | A comma-separated list of server IDs to test against. Run `docker exec speedtest-tracker php /app/www/artisan app:ookla-list-servers` to get a list of nearby servers. |
|
||||
| `SPEEDTEST_SERVERS=` | A comma-separated list of server IDs to test against. Run `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/speedtest-tracker:latest list-servers` to get a list of nearby servers. |
|
||||
| `DB_HOST=` | Database hostname (postgres/mysql). |
|
||||
| `DB_PORT=` | Database port (postgres/mysql). |
|
||||
| `DB_DATABASE=` | Database name (postgres/mysql). |
|
||||
|
|
Ładowanie…
Reference in New Issue