docker-taiga / taiga

docker-compose.yml for simple taiga setup
215 stars 75 forks source link

Not working other port than 80 #35

Closed gusarg81 closed 4 years ago

gusarg81 commented 4 years ago

Hi, when I try to set another port than 80 (ex, 880) in docker-compose.yml, then when I open http://ip:880 just gives me an error (which I can't find what is going on).

It does work with default 80 port (didnt tested SSL with an alternative 443 port).

Any ideas?

Thanks.

gusarg81 commented 4 years ago

Ok, fixed this by setting in all related files in /conf/ to the configured alternative port. Shouldn't this be done by the docker settings?

w1ck3dg0ph3r commented 4 years ago

Hi! Sorry for late reply.

Shouldn't this be done by the docker settings?

Well, there were no use cases for this atm.

Added TAIGA_PORT config variable in 9003c90f4587cf1a0de6f5818e0f01003038d031.