Skip to content

Commit

Permalink
Merge pull request #299 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updated default registry url (fixes #298)
  • Loading branch information
vania-pooh authored Jun 22, 2021
2 parents 8e46bea + 6608f77 commit 1ff911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenoid/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ type LogsAware struct {
const (
SelenoidDefaultPort = 4444
SelenoidUIDefaultPort = 8080
DefaultRegistryUrl = "https://registry.hub.docker.com"
DefaultRegistryUrl = "https://index.docker.io"
DefaultDriversInfoURL = "https://raw.githubusercontent.com/aerokube/cm/master/browsers.json"
)

Expand Down

0 comments on commit 1ff911e

Please sign in to comment.