10 lines
173 B
YAML
10 lines
173 B
YAML
version: "3"
|
|
|
|
services:
|
|
replace_me:
|
|
image: git.yingbo.im:333/zhaoyingbo/replace_me:sha
|
|
container_name: replace_me
|
|
restart: always
|
|
ports:
|
|
- 3001:3000
|