mirror of https://github.com/Mai-with-u/MaiBot.git
build(docker): 更新 Docker镜像版本
- 将 core 容器的镜像版本从 :latest 改为 :main- 注释掉的镜像版本也从 :latest 改为 :mainpull/668/head
parent
b79a5d629e
commit
2e195808d9
|
|
@ -19,8 +19,8 @@ services:
|
||||||
- maim_bot
|
- maim_bot
|
||||||
core:
|
core:
|
||||||
container_name: maim-bot-core
|
container_name: maim-bot-core
|
||||||
image: sengokucola/maimbot:latest
|
image: sengokucola/maimbot:main
|
||||||
# image: infinitycat/maimbot:latest
|
# image: infinitycat/maimbot:main
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
# - EULA_AGREE=35362b6ea30f12891d46ef545122e84a # 同意EULA
|
# - EULA_AGREE=35362b6ea30f12891d46ef545122e84a # 同意EULA
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue