From 7a8fd7f8228560b51f588ec45fcb43a69a3c60ea Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 18 Jul 2026 18:39:56 +0000 Subject: [PATCH] Update AI_Containers/llama/compose.yaml --- AI_Containers/llama/compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AI_Containers/llama/compose.yaml b/AI_Containers/llama/compose.yaml index 1f4f725..8649738 100644 --- a/AI_Containers/llama/compose.yaml +++ b/AI_Containers/llama/compose.yaml @@ -38,7 +38,7 @@ services: --api-key ${LLAMA_API_KEY} networks: - #- llama + - llama - traefik_network labels: @@ -73,7 +73,7 @@ services: networks: traefik_network: external: true - #llama: - # name: llama_internal - #driver: bridge - #internal: true \ No newline at end of file + llama: + name: llama_internal + driver: bridge + internal: true \ No newline at end of file