From b39454dc36b0171813d2b78cd37a9bea11c787ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 19 Mar 2021 15:04:38 +0100 Subject: [PATCH] update to 3.6.0-67 (#194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update to 3.6.0-67 Signed-off-by: André Bauer * fix ci name Signed-off-by: André Bauer * fix typo Signed-off-by: André Bauer --- .env | 2 +- .github/workflows/ci-remote-image.yaml | 2 +- README.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 1b44055..931481d 100644 --- a/.env +++ b/.env @@ -3,4 +3,4 @@ POSTGRES_PASS=zammad POSTGRES_USER=zammad RESTART=always # don't forget to add the minus before the version -VERSION=-3.6.0-65 +VERSION=-3.6.0-67 diff --git a/.github/workflows/ci-remote-image.yaml b/.github/workflows/ci-remote-image.yaml index a5d8ab6..9ed0dc4 100644 --- a/.github/workflows/ci-remote-image.yaml +++ b/.github/workflows/ci-remote-image.yaml @@ -1,4 +1,4 @@ -name: ci +name: ci-remote-image on: pull_request: diff --git a/README.md b/README.md index d948951..2814831 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,9 @@ CREATE USER zammad; ALTER USER zammad WITH PASSWORD 'zammad'; ALTER USER zammad WITH SUPERUSER CREATEDB; ``` + +### From =< 3.6.0-65 + +To be able to run Zammad container with an unprivileged user we had to change the port Nginx uses from 80 to 8080, so Zammad needs to be accessed via instead of now! + +This change will also affect you, if you use a reverse proxy, like Traefik or Haproxy, in front of Zammad as your reverse proxy configuration needs to be adapted to point to port 8080 now.