Correct image for db service

This commit is contained in:
Dale Seo 2020-05-26 22:28:04 -04:00 committed by GitHub
parent 48f6315d2d
commit 568a163b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ services:
redis:
image: redis
db:
image: redis
image: postgres
healthcheck:
test: "exit 0"
```