Update docker-compose.yml

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

View File

@ -4,6 +4,9 @@ services:
image: miniflux/miniflux:latest
ports:
- "8801:8080"
dns:
- 8.8.8.8
- 8.8.4.4
depends_on:
- db
environment: