Skip to content

Commit

Permalink
fix: force mongodb version compat with the project (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal authored Jan 19, 2023
1 parent 83e5cb5 commit 146d69a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ services:
- goof-mongo
goof-mongo:
container_name: goof-mongo
image: mongo
image: mongo:3
ports:
- "27017:27017"
good-mysql:
container_name: goof-mysql
platform: linux/x86_64
image: mysql:5
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: acme
ports:
- "3306:3306"
- "3306:3306"

0 comments on commit 146d69a

Please sign in to comment.