Skip to content

Commit d40ee27

Browse files
committed
upgrade docker images
1 parent 70c5687 commit d40ee27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636

3737
mongo:
3838
# To create this service, Compose will pull the mongo
39-
image: mongo:7.0.4
39+
image: mongo:8.0.9
4040
container_name: blogs-mongo
4141
restart: unless-stopped
4242
# This tells Compose that we would like to add environment variables
@@ -59,7 +59,7 @@ services:
5959
- dbdata:/data/db
6060

6161
redis:
62-
image: redis:7.2.3
62+
image: redis:8.0.0
6363
container_name: blogs-redis
6464
restart: unless-stopped
6565
env_file: .env

0 commit comments

Comments
 (0)