Skip to content

Commit

Permalink
fix: mongo image not support cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
1tpp committed Aug 3, 2023
1 parent 87699db commit 96892d3
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 @@ -17,7 +17,7 @@ services:

db:
container_name: gb-monogodb
image: mongo
image: mongo:4.4.6
restart: always
environment:
- MONGO_INITDB_ROOT_USERNAME=root
Expand Down

0 comments on commit 96892d3

Please sign in to comment.