diff --git a/README.md b/README.md index 5d1321c..2814831 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,6 @@ ALTER USER zammad WITH SUPERUSER CREATEDB; ### From =< 3.6.0-65 -To be able to run Zammad container with an unpriviliged user we had to change the port Nginx uses from 80 to 8080, so Zammad needs to be accessed via instead of now! +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.