diff --git a/docker-compose.yml b/docker-compose.yml
index 702ba820b724351b32567e48e205df5dbf768618..00631e43b94f777323da14be71f1484d747626f5 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,9 +2,8 @@ version: '3'
 services:
   endpoint:
     image: python:latest
-    ports: 17116:5000
-#    build:
-#      context: .
+    ports:
+      - 17116:5000
     command: >
       bash -c "mkdir fcs &&
       git clone https://oauth:pQRaETArtVorMpJdVRM3@gitlab.rrz.uni-hamburg.de/timarkh/fcs-clarin-endpoint-hamburg.git fcs/ &&