mirror of
https://github.com/strapi/strapi.git
synced 2025-11-10 07:10:11 +00:00
fixes typo on mongo image
Signed-off-by: Dimitrios Strantsalis <dstrants@gmail.com>
This commit is contained in:
parent
0f3fd09a1c
commit
d80d7b593e
@ -84,7 +84,7 @@ services:
|
|||||||
- '1337:1337'
|
- '1337:1337'
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: postgres
|
image: mongo
|
||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_ROOT_USERNAME: strapi
|
MONGO_INITDB_ROOT_USERNAME: strapi
|
||||||
MONGO_INITDB_ROOT_PASSWORD: strapi
|
MONGO_INITDB_ROOT_PASSWORD: strapi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user