Merge pull request #10897 from DaleSeo/patch-1

Correct image for db service
This commit is contained in:
Sebastiaan van Stijn 2020-06-02 13:26:38 +02:00 committed by GitHub
commit 3abbecd92d
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"
```