Update docker-compose.yml

This commit is contained in:
jonny 2022-05-22 17:25:15 +08:00 committed by GitHub
parent 8262f83210
commit 0785234a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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