lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

Development server on EC2 instance port 8080 causing problems #54

Closed david03g closed 9 months ago

david03g commented 9 months ago

I deployed the development server on my EC2 instance. There is no issue accessing ports 8081 or 8025, but the main port 8080 is causing problems. Looking at the docker logs for this container this is the error.

24.4.198.26 - - [10/Feb/2024:00:42:31 +0000] "GET / HTTP/1.1" 301 0 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Mobile/15E148 Safari/604.1" "

david03g commented 9 months ago

setting host with ./lila-docker hostname fixed the issue