diff --git a/docker-compose.yml b/docker-compose.yml index df84952..1d004e8 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:latest + image: gitea.matrixwide.com/alex/discord-aidolls:0.1.0 environment: CLIENT_TOKEN: ${CLIENT_TOKEN} OLLAMA_IP: ${OLLAMA_IP}