From 1ab9f1858f164ee8e8857ac03532131ff922ae51 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 3 Apr 2026 15:55:11 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2e42581..66d03ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,7 @@ steps: - name: deploy image: docker:cli - environment: - DOCKER_HOST: unix:///var/run/docker.sock + network_mode: host commands: - docker build -t gptchat:latest . - docker stop gptchat || true