Skip to content

Commit

Permalink
Use Amazon images
Browse files Browse the repository at this point in the history
  • Loading branch information
Carael committed Aug 27, 2024
1 parent b992475 commit 97596c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mongo/MongoDefaultOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public override void Configure(ContainerResourceBuilder builder)
{
builder
.Name("mongodb")
.Image("mongo:latest")
.Image("public.ecr.aws/docker/library/mongo:latest")
.InternalPort(27017);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Redis/RedisDefaultOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public override void Configure(ContainerResourceBuilder builder)
{
builder
.Name("redis")
.Image("redis:latest")
.Image("public.ecr.aws/docker/library/redis:latest")
.InternalPort(6379);
}
}
Expand Down

0 comments on commit 97596c4

Please sign in to comment.