Upgrade portainer to 2.0.1.

This commit is contained in:
Víðir Valberg Guðmundsson 2021-01-26 21:59:26 +01:00
parent c8cc5b7534
commit cec959a47e
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
- name: run portainer
docker_container:
name: portainer
image: portainer/portainer:1.23.1
image: portainer/portainer-ce:2.0.1
restart_policy: always
networks:
- name: external_services
@ -19,5 +19,6 @@
- 9001:9000
env:
VIRTUAL_HOST: "{{ portainer.domain }}"
VIRTUAL_PORT: "9000"
LETSENCRYPT_HOST: "{{ portainer.domain }}"
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"