fix: 小小 药材价格查询 秘境通知修复
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
xx_napcat_bot_image:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: xx_napcat_bot
|
||||
environment:
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_PORT=6379
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
ports:
|
||||
- "5000:5000"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- redis-server_default
|
||||
|
||||
networks:
|
||||
redis-server_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user