From a08baf3c84ce7cc699b0c724d5c08d1b9e4a2721 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:37:55 +0000 Subject: [PATCH] Update AI_Containers/scriberr/compose.yaml --- AI_Containers/scriberr/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AI_Containers/scriberr/compose.yaml b/AI_Containers/scriberr/compose.yaml index 46a2724..16759e2 100644 --- a/AI_Containers/scriberr/compose.yaml +++ b/AI_Containers/scriberr/compose.yaml @@ -16,7 +16,7 @@ services: - OLLAMA_BASE_URL=http://ollama:11434 networks: - ollama_network - - traefik + - traefik_network labels: - flame.type=application # "app" works too - flame.name=Scriberr @@ -29,5 +29,5 @@ services: networks: ollama_network: external: true - traefik: + traefik_network: external: true \ No newline at end of file