mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-18 08:00:14 +01:00
add some more tests and debug logs
This commit is contained in:
parent
2b68874087
commit
0c704ce02b
9 changed files with 727 additions and 39 deletions
|
|
@ -12,7 +12,6 @@ func ConvertToHostname(url string) (string, string, error) {
|
|||
if err != nil {
|
||||
return "", "", err
|
||||
}
|
||||
fmt.Println(url, err)
|
||||
hostName := u.Hostname()
|
||||
port := u.Port()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue