mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-05-12 00:17:52 +08:00
11 lines
244 B
YAML
11 lines
244 B
YAML
services:
|
|
mtranserver:
|
|
image: xxnuo/mtranserver:latest
|
|
container_name: mtranserver
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8989:8989"
|
|
volumes:
|
|
- ./models:/app/models
|
|
environment:
|
|
- CORE_API_TOKEN=your_token |