Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v6.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2024
1 parent 8131c62 commit a1a6b20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot-mongodb-elasticsearch/docker/docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
mongo1:
container_name: mongo1
hostname: mongo1
image: mongo:6.0.15
image: mongo:6.0.16
extra_hosts:
- "host.docker.internal:host-gateway"
- "docker.for.win.host.internal:host-gateway"
Expand All @@ -20,7 +20,7 @@ services:
mongo2:
container_name: mongo2
hostname: mongo2
image: mongo:6.0.15
image: mongo:6.0.16
extra_hosts:
- "host.docker.internal:host-gateway"
- "docker.for.win.host.internal:host-gateway"
Expand All @@ -33,7 +33,7 @@ services:
mongo3:
container_name: mongo3
hostname: mongo3
image: mongo:6.0.15
image: mongo:6.0.16
extra_hosts:
- "host.docker.internal:host-gateway"
- "docker.for.win.host.internal:host-gateway"
Expand Down

0 comments on commit a1a6b20

Please sign in to comment.