From 26512a00bd26740467b3b13cbc41d952369bb88c Mon Sep 17 00:00:00 2001 From: mrguymiah Date: Tue, 2 Apr 2024 21:10:40 -0400 Subject: [PATCH] Update docker-compose.yml Added an example to the Entrypoint documentation. --- docker/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 7900540..46f21a1 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -49,3 +49,4 @@ services: # # For a list of possible modules, refer to the "Modules" section on the project's main page. # NOTE - Separate additional modules by commas in the "--enable-modules" list. DO NOT separate them with spaces. +# Example: Adding the RVC module would result in the section being "--enable-modules=caption,summarize,classify,rvc"