diff options
| author | Fatih <[email protected]> | 2020-10-08 14:14:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-08 08:14:26 -0400 |
| commit | 8e7dfc8bca737ec49ae4777e833148e3cca8a384 (patch) | |
| tree | dd4d1e0f519d482a6cb67b548f42ea230f5b65f7 /public/v4/apps/portainer.yml | |
| parent | 16e2f1548991db21dc5beea265983cebaf3f751a (diff) | |
| download | caprover-one-click-apps-8e7dfc8bca737ec49ae4777e833148e3cca8a384.tar.gz caprover-one-click-apps-8e7dfc8bca737ec49ae4777e833148e3cca8a384.zip | |
Update portainer.yml (#279)
Portianer now uses portainer/portainer-ce
See: https://www.portainer.io/2020/08/portainer-ce-2-0-what-to-expect/
Diffstat (limited to 'public/v4/apps/portainer.yml')
| -rw-r--r-- | public/v4/apps/portainer.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/v4/apps/portainer.yml b/public/v4/apps/portainer.yml index ec58056..55bb1c0 100644 --- a/public/v4/apps/portainer.yml +++ b/public/v4/apps/portainer.yml @@ -1,7 +1,7 @@ captainVersion: 4 services: $$cap_appname: - image: portainer/portainer:$$cap_portainer_version + image: portainer/portainer-ce:$$cap_portainer_version volumes: - /var/run/docker.sock:/var/run/docker.sock - $$cap_appname-data:/data @@ -12,15 +12,15 @@ caproverOneClickApp: variables: - id: $$cap_portainer_version label: Portainer Version - defaultValue: 1.24.1 - description: Check out their Docker page for the valid tags https://hub.docker.com/r/portainer/portainer/tags + defaultValue: 2.0.0 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/portainer/portainer-ce/tags validRegex: /^([^\s^\/])+$/ instructions: start: >- Portainer is a lightweight management UI which allows you to easily manage your Docker host or Swarm cluster. More information about this container can be found here: - https://hub.docker.com/r/portainer/portainer/ . + https://hub.docker.com/r/portainer/portainer-ce/ . After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 9000 to other CapRover apps . @@ -29,4 +29,4 @@ caproverOneClickApp: displayName: '' isOfficial: true description: Portainer is a lightweight management UI which allows you to easily manage your different Docker environments - documentation: Taken from https://hub.docker.com/r/portainer/portainer/ + documentation: Taken from https://hub.docker.com/r/portainer/portainer-ce/ |
