Update docker-compose.yml

This commit is contained in:
chujiangke 2021-10-09 14:02:29 +08:00 committed by GitHub
parent d74e52b4e9
commit e4651a5234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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