Change default port to be more Windows compliant

Change-Id: Ia05eca41c5ddcb9f1cc68faa36f33e5bebdc097f
diff --git a/Readme.md b/Readme.md
index dac91ce..6c51ab2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -45,7 +45,7 @@
 ```
 
 This will make the frontend be available at
-`localhost:64543`.
+`localhost:48887`.
 
 To use your own index, please follow the instructions
 on [Corpus Conversion](#corpus-conversion) first.
diff --git a/compose.yaml b/compose.yaml
index 59f5610..18536dc 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -12,7 +12,7 @@
   kalamar:
     image: "korap/kalamar:latest-conv"
     ports:
-      - "64543:64543"
+      - "48887:64543"
     environment:
       KALAMAR_API: "http://kustvakt:8089/api/"
     depends_on:
@@ -35,7 +35,7 @@
   kalamar-full:
     image: "korap/kalamar:latest-conv"
     ports:
-      - "64543:64543"
+      - "48887:64543"
     environment:
       KALAMAR_API: "http://kustvakt-full:8089/api/"
     volumes: