mirror of https://github.com/docker/docs.git
Merge pull request #10897 from DaleSeo/patch-1
Correct image for db service
This commit is contained in:
commit
3abbecd92d
|
@ -514,7 +514,7 @@ services:
|
|||
redis:
|
||||
image: redis
|
||||
db:
|
||||
image: redis
|
||||
image: postgres
|
||||
healthcheck:
|
||||
test: "exit 0"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue