diff --git a/portainer.json b/portainer.json index 841373a..eca6572 100644 --- a/portainer.json +++ b/portainer.json @@ -213,6 +213,27 @@ "stackfile": "nextcloud/docker-compose.yml" }, "env": [ + { + "name": "ENTRYPOINT", + "label": "Entrypoint pour le http et le https", + "description": "entrypoint traefik", + "select": [ + { + "text": "Voulez vous du https uniquement?", + "value": "websecure" + }, + { + "text": "Que du htttp?", + "value": "web" + }, + { + "text": "Https et Httpw", + "value": "web,websecure", + "default": true + + } + ], + }, { "name": "NEXTCLOUD_VERSION", "label": "Nextcloud version",