Skip to content

Commit 057df57

Browse files
committed
downgrade mongodb for use in toolbox
1 parent 5799035 commit 057df57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-toolbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: "3.3"
22
services:
33
mongodb:
4-
image: "mongo"
5-
#image: "mongo:3.6.16"
4+
#image: "mongo"
5+
image: "mongo:3.6.16"
66
restart: always
77
ports:
88
- "27017:27017"

0 commit comments

Comments
 (0)