We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c5687 commit d40ee27Copy full SHA for d40ee27
docker-compose.yml
@@ -36,7 +36,7 @@ services:
36
37
mongo:
38
# To create this service, Compose will pull the mongo
39
- image: mongo:7.0.4
+ image: mongo:8.0.9
40
container_name: blogs-mongo
41
restart: unless-stopped
42
# This tells Compose that we would like to add environment variables
@@ -59,7 +59,7 @@ services:
59
- dbdata:/data/db
60
61
redis:
62
- image: redis:7.2.3
+ image: redis:8.0.0
63
container_name: blogs-redis
64
65
env_file: .env
0 commit comments