Skip to content

Commit b5cd776

Browse files
committed
Consistency tweaks
1 parent 769db0a commit b5cd776

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

readme-vars.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ project_url: "https://github.com/alexjustesen/speedtest-tracker"
55
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/speedtest-tracker-logo.png"
66
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service."
77
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
8-
project_blurb_optional_extras_enabled: false
98

109
# supported architectures
1110
available_architectures:
1211
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
1312
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1413

15-
# development version
16-
development_versions: false
17-
1814
# container parameters
1915
common_param_env_vars_enabled: true
2016
param_container_name: "{{ project_name }}"
@@ -26,7 +22,7 @@ param_env_vars:
2622
- { env_var: "SPEEDTEST_SERVERS", env_value: "", desc: "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." }
2723
param_usage_include_vols: true
2824
param_volumes:
29-
- { vol_path: "/config", vol_host_path: "/path/to/data", desc: "Contains speedtest-tracker config and database, if using sqlite." }
25+
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Contains speedtest-tracker config and database, if using sqlite." }
3026
param_usage_include_ports: true
3127
param_ports:
3228
- { external_port: "80", internal_port: "80", port_desc: "Web UI" }

0 commit comments

Comments
 (0)