You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the project on my machine by following exactly the steps in README.
All containers start and work correctly except plane-proxy.
This is what docker logs plane-proxy-1 outputs: 2024/01/11 17:08:40 [emerg] 1#1: invalid number of arguments in "proxy_set_header" directive in /etc/nginx/nginx.conf:22 2024-01-11T17:08:40.609447860Z nginx: [emerg] invalid number of arguments in "proxy_set_header" directive in /etc/nginx/nginx.conf:22
Steps to reproduce
Clone the code locally using git clone https://github.com/makeplane/plane.git
Switch to the code folder cd plane
Open terminal and run ./setup.sh
Run the docker command to initiate various services docker compose -f docker-compose-local.yml up -d
Run docker run ps which outputs:
Run docker logs plane-proxy-1 which outputs:
Browser
Other
Version
Local
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current behavior
I cloned the project on my machine by following exactly the steps in README.
All containers start and work correctly except plane-proxy.
This is what
docker logs plane-proxy-1
outputs:2024/01/11 17:08:40 [emerg] 1#1: invalid number of arguments in "proxy_set_header" directive in /etc/nginx/nginx.conf:22 2024-01-11T17:08:40.609447860Z nginx: [emerg] invalid number of arguments in "proxy_set_header" directive in /etc/nginx/nginx.conf:22
Steps to reproduce
git clone https://github.com/makeplane/plane.git
cd plane
./setup.sh
docker compose -f docker-compose-local.yml up -d
docker run ps
which outputs:docker logs plane-proxy-1
which outputs:Browser
Other
Version
Local
The text was updated successfully, but these errors were encountered: