Skip to content

Commit f015357

Browse files
authored
Update README.md
added link to full configuration file for documentation
1 parent ff340ce commit f015357

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This is an example service definition that could be put in `docker-compose.yml`.
5050
The `latest` image now uses youtube-dlc. For the original youtube-dl based image, use `nbr23/youtube-dl-server:youtube-dl`
5151

5252
#### Configuration
53-
For easier configuration management and edition, you can save your variables in an external file and source them in your docker-compose.yml like the following example. [Config Defaults](https://github.com/ayfine/youtube-dl-server/blob/0fddeacf2812831e6ade629d9b53b0a5e78c7845/ydl_server/config.py#L2)
53+
For easier configuration management and edition, you can save your variables in an external file and source them in your docker-compose.yml like the following example.
5454

5555
Configuration file `config.env`:
5656

@@ -59,6 +59,8 @@ YDL_RECODE_VIDEO_FORMAT="webm"
5959
YDL_SUBTITLES_LANGUAGES="en"
6060
```
6161

62+
The full list of definable variables can be found in [config.py](https://github.com/nbr23/youtube-dl-server/blob/master/ydl_server/config.py).
63+
6264
docker-compose.yml:
6365
```yml
6466
youtube-dl:

0 commit comments

Comments
 (0)