Skip to content

Commit

Permalink
Update docker-compose.yml to pin Mongo version
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek authored Jan 28, 2025
1 parent 8baaa1a commit f62e8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

mongodb:
container_name: attack-workbench-database
image: mongo
image: mongo:8
volumes:
- db-data:/data/db
ports:
Expand Down

0 comments on commit f62e8f1

Please sign in to comment.