Skip to content

Commit

Permalink
Wrong platform architecture for mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 11, 2024
1 parent 7d24c27 commit db5a314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/services/mongo/mongo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: "3.7"
services:
mongo:
image: mongo:6
image: mongo:latest
platform: linux/arm64
ports:
- 27018:27017
volumes:
Expand Down

0 comments on commit db5a314

Please sign in to comment.