chore: wrong mongo tag

This commit is contained in:
Reinaldy Rafli 2021-08-17 23:20:09 +07:00
parent 05868dd2d3
commit 3606f73d14
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ services:
- ./volume/redis/etc:/usr/local/etc/redis
- ./volume/redis/data:/data
mongo:
image: mongo:4.4.8-bionic
image: mongo:4.4.8-focal
restart: always
ports:
- 27017:27017