From c7760b7d48e2a2c67e003552c6ea685e952f0a74 Mon Sep 17 00:00:00 2001 From: zees-dev <63374656+zees-dev@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:46:59 +1200 Subject: [PATCH] - setting port 9443 as primary (#5610) - updated markdown files - updated dockerfiles - updated test files - updated webpack --- .github/ISSUE_TEMPLATE.md | 16 +++++++--------- .github/ISSUE_TEMPLATE/Bug_report.md | 3 +-- CONTRIBUTING.md | 2 +- .../views/endpoints/create/createendpoint.html | 6 +++--- build/linux/Dockerfile | 1 + build/linux/alpine.Dockerfile | 1 + build/linux/dev-toolkit/toolkit.Dockerfile | 1 + build/windows/Dockerfile | 1 + test/e2e/cypress.json | 2 +- .../components/startContainerController.spec.js | 10 +++++----- webpack/webpack.common.js | 2 +- 11 files changed, 23 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 811f71a04..221d4eb1d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -28,17 +28,15 @@ Briefly describe the problem you are having in a few paragraphs. **Steps to reproduce the issue:** -1. -2. -3. +1. 2. 3. Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead? **Technical details:** -* Portainer version: -* Target Docker version (the host/cluster you manage): -* Platform (windows/linux): -* Command used to start Portainer (`docker run -p 9000:9000 portainer/portainer`): -* Target Swarm version (if applicable): -* Browser: +- Portainer version: +- Target Docker version (the host/cluster you manage): +- Platform (windows/linux): +- Command used to start Portainer (`docker run -p 9443:9443 portainer/portainer`): +- Target Swarm version (if applicable): +- Browser: diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 52a031d48..1d950b9ac 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -4,7 +4,6 @@ about: Create a bug report title: '' labels: bug/need-confirmation, kind/bug assignees: '' - ---