Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mongo docker tag to v6.0.12 #995

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11
image: mongo:6.0.12
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.11
image: mongo:6.0.12
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.11
image: mongo:6.0.12
extra_hosts:
- "host.docker.internal:host-gateway"
- "docker.for.win.host.internal:host-gateway"
Expand Down
2 changes: 1 addition & 1 deletion boot-mongodb-elasticsearch/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
mongodb:
hostname: mongodb
image: mongo:6.0.11
image: mongo:6.0.12
volumes:
- mongodb:/data/db
ports:
Expand Down