Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Jun 2, 2024
1 parent b20f873 commit 414890d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ./web-server/logs:/app/logs

mongo:
image: mongo
image: mongo:7.0.11
container_name: mongo
ports:
- "27017:27017"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ./web-server/logs:/app/logs

mongo:
image: mongo
image: mongo:7.0.11
container_name: mongo
ports:
- "27017:27017"
Expand Down

0 comments on commit 414890d

Please sign in to comment.