Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update FOCA #172

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated mongoDB image version to 4.2
  • Loading branch information
Athitheya Gobinathan authored and Athitheya Gobinathan committed May 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 48bc8e8d50e0d2d5f3dc1e4b7cbda91aa6fbfcc2
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ services:
- "5672:5672"

mongodb:
image: mongo:3.2
image: mongo:4.2
restart: unless-stopped
volumes:
- ${PROTES_DATA_DIR:-../data/pro_tes}/db:/data/db
Loading