File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
boot-mongodb-elasticsearch/docker Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 mongo1 :
33 container_name : mongo1
44 hostname : mongo1
5- image : mongo:8.0.13
5+ image : mongo:8.0.14
66 extra_hosts :
77 - " host.docker.internal:host-gateway"
88 - " docker.for.win.host.internal:host-gateway"
@@ -16,7 +16,7 @@ services:
1616 mongo2 :
1717 container_name : mongo2
1818 hostname : mongo2
19- image : mongo:8.0.13
19+ image : mongo:8.0.14
2020 extra_hosts :
2121 - " host.docker.internal:host-gateway"
2222 - " docker.for.win.host.internal:host-gateway"
@@ -30,7 +30,7 @@ services:
3030 mongo3 :
3131 container_name : mongo3
3232 hostname : mongo3
33- image : mongo:8.0.13
33+ image : mongo:8.0.14
3434 extra_hosts :
3535 - " host.docker.internal:host-gateway"
3636 - " docker.for.win.host.internal:host-gateway"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: mongodb-elasticsearch-integration
22services :
33 mongodb :
44 hostname : mongodb
5- image : mongo:8.0.13
5+ image : mongo:8.0.14
66 volumes :
77 - mongodb:/data/db
88 ports :
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ services:
6565 - /var/run/docker.sock:/var/run/docker.sock
6666
6767 mongodb :
68- image : mongo:8.0.13
68+ image : mongo:8.0.14
6969 ports :
7070 - " 27017:27017"
7171 volumes :
You can’t perform that action at this time.
0 commit comments