change to mongo:bionic to support the runner on pi
This commit is contained in:
parent
640514af6d
commit
d368c6bed0
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo
|
||||
image: mongo:bionic
|
||||
container_name: mongodb
|
||||
ports:
|
||||
- "27017:27017"
|
||||
|
|
Loading…
Reference in New Issue