diff --git a/README.md b/README.md index 461d66b0a..9bb969d44 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Freeciv-web can easily be built and run from Docker using `docker-compose`. Web 3. Connect to docker via host machine using standard browser -http://localhost/ +http://localhost:8080/ Enjoy. The overall dockerfile and required changes to scripts needs some further improvements. diff --git a/docker-compose.yml b/docker-compose.yml index 8dc330a6d..b2cb0e62a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: volumes: - "data:/var/lib/tomcat8/webapps/data" ports: - - "80:80" + - "8080:80" - "4002" - "6000-6009:6000-6009" - "7000-7009:7000-7009"