Update portainer.yml (#279)
Portianer now uses portainer/portainer-ce See: https://www.portainer.io/2020/08/portainer-ce-2-0-what-to-expect/
This commit is contained in:
parent
16e2f15489
commit
8e7dfc8bca
|
|
@ -1,7 +1,7 @@
|
||||||
captainVersion: 4
|
captainVersion: 4
|
||||||
services:
|
services:
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: portainer/portainer:$$cap_portainer_version
|
image: portainer/portainer-ce:$$cap_portainer_version
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- $$cap_appname-data:/data
|
- $$cap_appname-data:/data
|
||||||
|
|
@ -12,15 +12,15 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_portainer_version
|
- id: $$cap_portainer_version
|
||||||
label: Portainer Version
|
label: Portainer Version
|
||||||
defaultValue: 1.24.1
|
defaultValue: 2.0.0
|
||||||
description: Check out their Docker page for the valid tags https://hub.docker.com/r/portainer/portainer/tags
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/portainer/portainer-ce/tags
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
instructions:
|
instructions:
|
||||||
start: >-
|
start: >-
|
||||||
Portainer is a lightweight management UI which allows you to easily manage your Docker host or Swarm cluster.
|
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:
|
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 .
|
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: ''
|
displayName: ''
|
||||||
isOfficial: true
|
isOfficial: true
|
||||||
description: Portainer is a lightweight management UI which allows you to easily manage your different Docker environments
|
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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue