Skip to content

Commit

Permalink
Bump mongodb version to 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Dec 5, 2024
1 parent 4136bc1 commit db45a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- redis:/data

mongo:
image: docker.io/bitnami/mongodb:7.0.15
image: docker.io/bitnami/mongodb:8.0.3
container_name: mongo
ports:
- 27017:27017
Expand All @@ -34,7 +34,7 @@ services:
depends_on:
- mongo
ports:
- 8081:8081
- 8082:8081

volumes:
redis:
Expand Down

0 comments on commit db45a4a

Please sign in to comment.