10 lines
253 B
YAML
10 lines
253 B
YAML
version: "3"
|
|
|
|
services:
|
|
web_digitalspace_labelimage_ssr:
|
|
container_name: web_digitalspace_labelimage_ssr
|
|
image: harbor.cowarobot.cn/softrepo/web_digitalspace_labelimage_ssr:stage_latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 5532:5532
|