From ceffb607deebc1b2da5e1541a6bef427e6c7126a Mon Sep 17 00:00:00 2001 From: raiper34 Date: Sun, 13 Oct 2024 22:14:34 +0200 Subject: [PATCH] docs(site): add default to docker environment variables --- docs/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 51d33d0..910a067 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -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)) | \ No newline at end of file +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)) | \ No newline at end of file