diff --git a/README.md b/README.md index a309587..22ef168 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `-e FG_LOG_LEVEL=info` | Set the FlexGet logging level. | | `-e FG_WEBUI_PASSWORD=info` | Set the FlexGet webui password. Pay attention to Bash/YAML reserved characters. | -| `-v /config` | Local path for sabnzbd config files. | +| `-v /config` | Local path for FlexGet config files. | | `-v /data` | Default path for downloads. | ## Environment variables from files (Docker secrets) diff --git a/readme-vars.yml b/readme-vars.yml index 6284e73..d4cf12f 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -24,7 +24,7 @@ param_env_vars: - { env_var: "FG_LOG_LEVEL", env_value: "info", desc: "Set the FlexGet logging level." } param_usage_include_vols: true param_volumes: - - { vol_path: "/config", vol_host_path: "/path/to/data", desc: "Local path for sabnzbd config files." } + - { vol_path: "/config", vol_host_path: "/path/to/data", desc: "Local path for FlexGet config files." } param_usage_include_ports: true param_ports: - { external_port: "5050", internal_port: "5050", port_desc: "HTTP port for the WebUI." }