No matter what I do, it gives error 502
For example with default docker-compose.yml file, trying to connect to http://<ip>:8080 gives 502
I commented out these, because I'm connecting with IP, but with them and local domain I get 502 anyway.
#ALLOWED_HOSTS=shynet.lan
#CSRF_TRUSTED_ORIGINS=http://shynet.lan
No matter what I do, it gives error 502
For example with default docker-compose.yml file, trying to connect to
http://<ip>:8080gives 502I commented out these, because I'm connecting with IP, but with them and local domain I get 502 anyway.