mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
path and file name are arbitrary (#2269)
This commit is contained in:
parent
0d8a9f25c9
commit
b691855c3d
1 changed files with 4 additions and 4 deletions
|
@ -55,18 +55,18 @@ different ways to specify these things.
|
|||
|
||||
**Accepted Values:** Path to YAML config file
|
||||
|
||||
**Shell Flags:** `-c` or `--config` (ex. `--config /data/config.yml`)
|
||||
**Shell Flags:** `-c` or `--config` (ex. `--config /some/path/to/your-config-file.yml`)
|
||||
|
||||
**Environment Variable:** `KOMETA_CONFIG` (ex. `KOMETA_CONFIG=/data/config.yml`)
|
||||
**Environment Variable:** `KOMETA_CONFIG` (ex. `KOMETA_CONFIG=/some/path/to/your-config-file.yml`)
|
||||
|
||||
!!! example
|
||||
=== "Local Environment"
|
||||
```
|
||||
python kometa.py --config /data/config.yml
|
||||
python kometa.py --config /some/path/to/your-config-file.yml
|
||||
```
|
||||
=== "Docker Environment"
|
||||
```
|
||||
docker run -it -v "X:\Media\Kometa\config:/config:rw" kometateam/kometa --config /data/config.yml
|
||||
docker run -it -v "X:\Media\Kometa\config:/config:rw" -v "Z:\some\path:/data:rw" kometateam/kometa --config /data/your-config-file.yml
|
||||
```
|
||||
|
||||
??? blank "Time to Run `-t`/`--times` `KOMETA_TIMES`<a class="headerlink" href="#times" title="Permanent link">¶</a>"
|
||||
|
|
Loading…
Reference in a new issue