mirror of
https://mirror.skon.top/github.com/cft0808/edict
synced 2026-04-21 05:10:27 +08:00
14 lines
243 B
YAML
14 lines
243 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
sansheng-demo:
|
|
image: cft0808/sansheng-demo:latest
|
|
ports:
|
|
- "7891:7891"
|
|
environment:
|
|
- DEMO_MODE=true
|
|
restart: unless-stopped
|
|
|
|
# 启动: docker compose up
|
|
# 访问: http://localhost:7891
|