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