mirror of https://github.com/fantasticit/think.git
Update docker-compose.yml
parent
8262f83210
commit
0785234a3e
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
mrdoc:
|
mrdoc:
|
||||||
build:
|
build:
|
||||||
context: think
|
context: .
|
||||||
args:
|
args:
|
||||||
EIP: x.x.x.x # api接口IP,必须设置,可以是 IP 或者域名.
|
EIP: x.x.x.x # api接口IP,必须设置,可以是 IP 或者域名.
|
||||||
image: think
|
image: think
|
||||||
|
|
Loading…
Reference in New Issue