Skip to content

Commit 1ce6222

Browse files
committed
1 parent 75bb7bc commit 1ce6222

5 files changed

+5
-5
lines changed

docker-compose-le.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ parse-cloud-code:
9191
command: "ls /parse/cloud"
9292

9393
mongo:
94-
image: mongo
94+
image: mongo:3.0.8 # ref. https://github.com/ParsePlatform/parse-server/issues/1913
9595
ports:
9696
- "27017:27017"
9797
volumes_from:

docker-compose-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ git:
8282
- parse-server
8383

8484
mongo:
85-
image: mongo
85+
image: mongo:3.0.8 # ref. https://github.com/ParsePlatform/parse-server/issues/1913
8686
ports:
8787
- "27017:27017"
8888
volumes_from:

docker-compose-without-dashboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ git:
8181
- parse-server
8282

8383
mongo:
84-
image: mongo
84+
image: mongo:3.0.8 # ref. https://github.com/ParsePlatform/parse-server/issues/1913
8585
ports:
8686
- "27017:27017"
8787
volumes_from:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ git:
8484
- parse-server
8585

8686
mongo:
87-
image: mongo
87+
image: mongo:3.0.8 # ref. https://github.com/ParsePlatform/parse-server/issues/1913
8888
ports:
8989
- "27017:27017"
9090
volumes_from:

tutum.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ parse-cloud-code:
4040
command: "ls /parse/cloud"
4141

4242
mongo:
43-
image: mongo
43+
image: mongo:3.0.8 # ref. https://github.com/ParsePlatform/parse-server/issues/1913
4444
ports:
4545
- "27017:27017"
4646
volumes_from:

0 commit comments

Comments
 (0)