Skip to content

Commit

Permalink
docker: use mongo:4.4 to avoid upgrade issues
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Dec 31, 2023
1 parent 29ed6e5 commit 3464f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
mongo:
restart: always
container_name: redirdb
image: mongo:latest
image: mongo:4.4
mem_limit: 512m
memswap_limit: 1g
ports:
Expand Down

0 comments on commit 3464f00

Please sign in to comment.