mirror of
https://github.com/linuxserver/docker-flexget.git
synced 2026-01-28 03:42:26 +08:00
Merge pull request #2 from ksurl/readme
This commit is contained in:
commit
3e843ca55a
@ -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)
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user