diff --git a/docker-compose.yaml b/docker-compose.yaml index 3d82ab2..4a3cd63 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ # services: bot: - image: ${BOT_IMAGE:-botinator:latest} + image: git.ksan.dev/ksan/botinator:latest build: . container_name: botinator restart: unless-stopped