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