From 8af6362afdffe398eeb2e46c0a39bdea52e3c0dc Mon Sep 17 00:00:00 2001 From: sijinhui Date: Wed, 3 Jan 2024 10:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEdocker=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=87=8D=E5=90=AF=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 85848c378..4ccdc4eb0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,7 @@ services: chatgpt-next-web: container_name: chatgpt-next-web # image: yidadaa/chatgpt-next-web + restart: always image: registry.cn-hangzhou.aliyuncs.com/si-private/chatgpt-next-web # image: registry.cn-hangzhou.aliyuncs.com/sijinhui/chatgpt-next-web build: @@ -50,4 +51,4 @@ services: networks: chatgpt-ns: - external: true \ No newline at end of file + external: true