You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This is an example service definition that could be put in `docker-compose.yml`.
50
50
The `latest` image now uses youtube-dlc. For the original youtube-dl based image, use `nbr23/youtube-dl-server:youtube-dl`
51
51
52
52
#### 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.
54
54
55
55
Configuration file `config.env`:
56
56
@@ -59,6 +59,8 @@ YDL_RECODE_VIDEO_FORMAT="webm"
59
59
YDL_SUBTITLES_LANGUAGES="en"
60
60
```
61
61
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).
0 commit comments