change to mongo:bionic to support the runner on pi

This commit is contained in:
Sugui 2023-12-31 11:31:28 +01:00
parent 640514af6d
commit d368c6bed0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
mongodb:
image: mongo
image: mongo:bionic
container_name: mongodb
ports:
- "27017:27017"