mirror of
https://mirror.skon.top/github.com/cft0808/edict
synced 2026-04-21 05:10:27 +08:00
16 lines
338 B
YAML
16 lines
338 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
sansheng-demo:
|
|
image: cft0808/sansheng-demo:latest
|
|
platform: linux/amd64
|
|
ports:
|
|
- "7891:7891"
|
|
environment:
|
|
- DEMO_MODE=true
|
|
restart: unless-stopped
|
|
|
|
# 启动: docker compose up
|
|
# 如果在 ARM Mac (M1/M2/M3) 上运行,删除 platform 行即可
|
|
# 访问: http://localhost:7891
|