mirror of https://github.com/portainer/portainer
feat(templates): update LinuxServer.io templates feed URL (#1089)
parent
5110f83fae
commit
0d6ab099ac
|
@ -20,7 +20,7 @@ type TemplatesHandler struct {
|
|||
}
|
||||
|
||||
const (
|
||||
containerTemplatesURLLinuxServerIo = "http://tools.linuxserver.io/portainer.json"
|
||||
containerTemplatesURLLinuxServerIo = "https://tools.linuxserver.io/portainer.json"
|
||||
)
|
||||
|
||||
// NewTemplatesHandler returns a new instance of TemplatesHandler.
|
||||
|
|
Loading…
Reference in New Issue