配置docker自动重启策略

This commit is contained in:
sijinhui 2024-01-03 10:49:05 +08:00
parent c033c702d6
commit 8af6362afd

View File

@ -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
external: true