Merge pull request #2 from ksurl/readme

This commit is contained in:
Adam 2023-07-18 16:36:32 +01:00 committed by GitHub
commit 3e843ca55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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." }