Merge pull request #1066 from atlas4381/dev
docker数据库网页端添加arm64支持,修复第一次部署时创建MaiBot.db为文件夹的问题
This commit is contained in:
@@ -51,15 +51,16 @@ services:
|
||||
networks:
|
||||
- maim_bot
|
||||
sqlite-web:
|
||||
image: coleifer/sqlite-web
|
||||
# image: coleifer/sqlite-web
|
||||
image: wwaaafa/sqlite-web
|
||||
container_name: sqlite-web
|
||||
restart: always
|
||||
ports:
|
||||
- "8120:8080"
|
||||
volumes:
|
||||
- ./data/MaiMBot/MaiBot.db:/data/MaiBot.db
|
||||
- ./data/MaiMBot:/data/MaiMBot
|
||||
environment:
|
||||
- SQLITE_DATABASE=MaiBot.db # 你的数据库文件
|
||||
- SQLITE_DATABASE=MaiMBot/MaiBot.db # 你的数据库文件
|
||||
networks:
|
||||
- maim_bot
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user