ubc / iPeer

Peer Evaluation System
http://ipeer.ctlt.ubc.ca
Other
17 stars 18 forks source link

Changing from Port 8080 to Port 80 for iPeer #652

Closed belvin92 closed 4 years ago

belvin92 commented 4 years ago

Hi Everyone,

I was wondering how to change the port from 8080 to 80?

I realise it is in docker-compose.yml but i am not sure what is the syntax to just change it to 80

xcompass commented 4 years ago

It is in https://github.com/ubc/iPeer/blob/master/docker-compose.yml#L56. You can change it to 80:80. However, you will need root permission to run it after changing it to 80.

belvin92 commented 4 years ago

Thanks.I gave that a go but on localhost it still displays the default page not iPeer

Capture