Skip to content

Commit

Permalink
Tightened Mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 5, 2024
1 parent bb0585d commit 848203e
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 @@ -44,7 +44,7 @@ services:
mongodb:
#platform: linux/amd64
container_name: haa-libre-chat-mongodb
image: mongo
image: mongo:4.4.6
restart: always
user: "${UID}:${GID}"
volumes:
Expand Down

0 comments on commit 848203e

Please sign in to comment.