mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
配置docker自动重启策略
This commit is contained in:
parent
c033c702d6
commit
8af6362afd
@ -3,6 +3,7 @@ services:
|
|||||||
chatgpt-next-web:
|
chatgpt-next-web:
|
||||||
container_name: chatgpt-next-web
|
container_name: chatgpt-next-web
|
||||||
# image: yidadaa/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/si-private/chatgpt-next-web
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/sijinhui/chatgpt-next-web
|
# image: registry.cn-hangzhou.aliyuncs.com/sijinhui/chatgpt-next-web
|
||||||
build:
|
build:
|
||||||
@ -50,4 +51,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
chatgpt-ns:
|
chatgpt-ns:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user