Update docker-compose.yml

This commit is contained in:
TerenceLau 2022-10-06 16:50:05 +08:00 committed by GitHub
parent 651657ad37
commit ff0ef35b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@ services:
ports: ports:
- "8801:8080" - "8801:8080"
dns: dns:
- 127.0.0.1
- 1.1.1.1
- 8.8.8.8 - 8.8.8.8
- 8.8.4.4
depends_on: depends_on:
- db - db
environment: environment: