1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(templates): update LinuxServer.io templates feed URL (#1089)

This commit is contained in:
Anthony Lapenna 2017-08-01 11:24:44 +02:00 committed by GitHub
parent 5110f83fae
commit 0d6ab099ac

View file

@ -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.