mirror of https://github.com/Mai-with-u/MaiBot.git
feat: 更新docker-compose的tag
parent
5d31cc8bbe
commit
3323c8dc49
|
|
@ -16,8 +16,11 @@ services:
|
||||||
- maim_bot
|
- maim_bot
|
||||||
core:
|
core:
|
||||||
container_name: maim-bot-core
|
container_name: maim-bot-core
|
||||||
image: sengokucola/maibot:main
|
image: sengokucola/maibot:latest
|
||||||
# image: infinitycat/maibot:main
|
# image: infinitycat/maibot:latest
|
||||||
|
# dev
|
||||||
|
# image: sengokucola/maibot:dev
|
||||||
|
# image: infinitycat/maibot:dev
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
# - EULA_AGREE=35362b6ea30f12891d46ef545122e84a # 同意EULA
|
# - EULA_AGREE=35362b6ea30f12891d46ef545122e84a # 同意EULA
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue