From 60a5a77193f9ad92b4b185b2a5004161a205ea10 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 6 Mar 2025 23:04:04 +1100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59cd3eb..c73ecc0 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,8 @@ Then simply run `docker-compose up -d`, that's it! | ENV | Description| |:---|:---| | `ENABLE_AUTH` | Whether to enable Basic auth | -| `ENABLE_RCLONE` | Whether to disable Rclone, if you running this container offline or do not have stable connection to Github, please set to `false` +| `ENABLE_RCLONE` | Whether to disable Rclone, if you running this container offline or do not have stable connection to Github, please set to `false` | +| `ENABLE_FILEBROWSER` | Whether to disable Filebrowser, set it to `false` to disable it, by default it's enabled | | `ARIA2_USER` | Basic Auth username, Rclone GUI uses it as well. | | `ARIA2_PWD` | Basic Auth password, Rclone GUI uses it as well. | | `ARIA2_EXTERNAL_PORT` | The Aria2 port which exposed to public to access to |