Skip to content

Commit

Permalink
fix(template): use plesk:latest instead of non-existent plesk:preview (
Browse files Browse the repository at this point in the history
…portainer#124)

* fix(template): use plesk:latest instead of non-existent plesk:preview

* fix(template): use plesk:latest instead of non-existent plesk:preview
  • Loading branch information
mileippert authored Aug 24, 2020
1 parent 010e8f2 commit 5b727f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates-1.20.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"platform": "linux",
"note": "Default credentials: admin / changeme",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
"image": "plesk/plesk:preview",
"image": "plesk/plesk:latest",
"ports": [
"21/tcp", "80/tcp", "443/tcp", "8880/tcp", "8443/tcp", "8447/tcp"
]
Expand Down
2 changes: 1 addition & 1 deletion templates-2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"platform": "linux",
"note": "Default credentials: admin / changeme",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
"image": "plesk/plesk:preview",
"image": "plesk/plesk:latest",
"ports": [
"21/tcp",
"80/tcp",
Expand Down

0 comments on commit 5b727f3

Please sign in to comment.