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.