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:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
db:
|
db:
|
||||||
image: redis
|
image: postgres
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "exit 0"
|
test: "exit 0"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue