Skip to content

Commit

Permalink
fixes typo on mongo image
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitrios Strantsalis <dstrants@gmail.com>
  • Loading branch information
dstrants committed Mar 5, 2020
1 parent 0f3fd09 commit d80d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0.0-beta.x/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
- '1337:1337'

mongo:
image: postgres
image: mongo
environment:
MONGO_INITDB_ROOT_USERNAME: strapi
MONGO_INITDB_ROOT_PASSWORD: strapi
Expand Down

0 comments on commit d80d7b5

Please sign in to comment.