Skip to content

Commit

Permalink
Pin mongodb major version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 authored Jan 29, 2024
1 parent 8604d0c commit 8d15221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3.8'
services:
# URL: mongodb://localhost:27017
mongodb:
image: mongo:latest
image: mongo:7
restart: unless-stopped
volumes:
- mongodb-data:/data/db:delegated
Expand Down

0 comments on commit 8d15221

Please sign in to comment.