Merge pull request #1 from chujiangke/chujiangke-patch-1

Update docker-compose.yml
This commit is contained in:
chujiangke 2021-10-11 17:04:37 +08:00 committed by GitHub
commit 199a38e5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,7 @@ services:
- 80:80
depends_on:
- backend
extra_hosts:
- "backend:172.24.121.152" #172.24.121.152 you host ip addr
backend:
build: backend