From c7f9f19c88252cb2880b3c1f4caace43808fd39b Mon Sep 17 00:00:00 2001 From: Kevin Dang Date: Tue, 17 Jun 2025 06:50:21 -0700 Subject: [PATCH] Fix: verion typo --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 95a01b3..c05070d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: build: ./ # find docker file in designated path container_name: discord restart: always # rebuild container always - image: kevinthedang/discord-ollama:0.8.5s + image: kevinthedang/discord-ollama:0.8.5 environment: CLIENT_TOKEN: ${CLIENT_TOKEN} OLLAMA_IP: ${OLLAMA_IP}