mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
15 lines
357 B
YAML
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 |