mirror of https://github.com/aldy505/databases.git
chore: wrong mongo tag
This commit is contained in:
parent
05868dd2d3
commit
3606f73d14
|
@ -29,7 +29,7 @@ services:
|
||||||
- ./volume/redis/etc:/usr/local/etc/redis
|
- ./volume/redis/etc:/usr/local/etc/redis
|
||||||
- ./volume/redis/data:/data
|
- ./volume/redis/data:/data
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.4.8-bionic
|
image: mongo:4.4.8-focal
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 27017:27017
|
- 27017:27017
|
||||||
|
|
Loading…
Reference in New Issue