-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Describe the problem related to the feature request
docker部署的koishi本体突然不好使了,就想着干脆重新新建一个,并把原来的koishi.yml和db文件直接映射过去,结果新建后容器不断重启。
compose.yml
version: "3"
services:
koishi:
image: koishijs/koishi:v1.14.7
container_name: koishi2
volumes:
- /volume1/docker/koishi2/koishi.yml:/koishi/koishi.yml:rw
- /volume1/docker/koishi2/koishi.db:/koishi/data/koishi.db:rw
# ports:
# - "5140:5140"
restart: always
network_mode: "host"
environment:
HTTP_PROXY: 'http://127.0.0.1:7890'
HTTPS_PROXY: 'http://127.0.0.1:7890'
NO_PROXY: '127.0.0.1,localhost,*.test.lan'
Describe the solution you'd like
rt
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels