From 548b476c96ec490461603c86da8a8693aa4b8f49 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 5 Apr 2025 22:28:42 +0100 Subject: [PATCH] fix: correct profile name for torbox-manager to be consistent with folder name --- apps/torbox-manager/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/torbox-manager/compose.yaml b/apps/torbox-manager/compose.yaml index dac4737..25d4f28 100644 --- a/apps/torbox-manager/compose.yaml +++ b/apps/torbox-manager/compose.yaml @@ -57,5 +57,5 @@ services: - "flame.name=TBM" - "flame.url=https://${TBM_HOSTNAME}" profiles: - - torbox_manager + - torbox-manager - all