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:
2
2
mongo1 :
3
3
container_name : mongo1
4
4
hostname : mongo1
5
- image : mongo:8.0.8
5
+ image : mongo:8.0.9
6
6
extra_hosts :
7
7
- " host.docker.internal:host-gateway"
8
8
- " docker.for.win.host.internal:host-gateway"
@@ -16,7 +16,7 @@ services:
16
16
mongo2 :
17
17
container_name : mongo2
18
18
hostname : mongo2
19
- image : mongo:8.0.8
19
+ image : mongo:8.0.9
20
20
extra_hosts :
21
21
- " host.docker.internal:host-gateway"
22
22
- " docker.for.win.host.internal:host-gateway"
@@ -30,7 +30,7 @@ services:
30
30
mongo3 :
31
31
container_name : mongo3
32
32
hostname : mongo3
33
- image : mongo:8.0.8
33
+ image : mongo:8.0.9
34
34
extra_hosts :
35
35
- " host.docker.internal:host-gateway"
36
36
- " docker.for.win.host.internal:host-gateway"
Original file line number Diff line number Diff line change 1
1
services :
2
2
mongodb :
3
3
hostname : mongodb
4
- image : mongo:8.0.8
4
+ image : mongo:8.0.9
5
5
volumes :
6
6
- mongodb:/data/db
7
7
ports :
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ services:
65
65
- /var/run/docker.sock:/var/run/docker.sock
66
66
67
67
mongodb :
68
- image : mongo:8.0.8
68
+ image : mongo:8.0.9
69
69
ports :
70
70
- " 27017:27017"
71
71
volumes :
You can’t perform that action at this time.
0 commit comments