zhenxun_bot/docker-compose-sqllite.yml
youkang 0d37c28fa2 添加docker-compose的sqllite部署方案,更适用于新手用户
优化Dockerfile文件,添加镜像源加速构建过程
2025-04-24 18:41:23 +08:00

15 lines
357 B
YAML

services:
zhenxun:
image: zhenxun
build: .
container_name: zhenxun
restart: unless-stopped
privileged: true
ports:
- "8080:8080"
volumes:
- $PWD/DockerData/data:/app/zhenxun/data
- $PWD/DockerData/resources:/app/zhenxun/resources
- $PWD/DockerData/log:/app/zhenxun/log
tty: true
stdin_open: true