docs(site): add default to docker environment variables

This commit is contained in:
raiper34
2024-10-13 22:14:34 +02:00
parent 5051afa012
commit ceffb607de
+3 -3
View File
@@ -22,6 +22,6 @@ services:
```
### Environment variables
Name | Description |
--- |------------------------------------------------------------------------------------------------------------------------------------------------------------------|
FORMAT | Format of downloaded files (currently fully supported only `mp3` but you can try whatever you want from [ffmpeg](https://ffmpeg.org/ffmpeg-formats.html#Muxers)) |
Name | Default | Description |
--- |---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
FORMAT | `mp3` | Format of downloaded files (currently fully supported only `mp3` but you can try whatever you want from [ffmpeg](https://ffmpeg.org/ffmpeg-formats.html#Muxers)) |