From 063e80235b9ce2ece2ec64f9a398a33c732d2cd1 Mon Sep 17 00:00:00 2001
From: Timm Lehmberg <timm.lehmberg@awhamburg.de>
Date: Thu, 29 Jun 2023 18:35:31 +0200
Subject: [PATCH] because I am an idiot

---
 docker-compose.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 702ba82..00631e4 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/ &&
-- 
GitLab