From 070bd84569ebfb093f5b11c940c221ec19d2ecfc Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 16 Mar 2021 09:57:41 +0100
Subject: [PATCH] Line up pypcc simulator port number with the one configured
 in pypcc-sim-config

---
 docker-compose/pypcc-sim.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/pypcc-sim.yml b/docker-compose/pypcc-sim.yml
index 94c8e9f58..bb6d519f2 100644
--- a/docker-compose/pypcc-sim.yml
+++ b/docker-compose/pypcc-sim.yml
@@ -15,4 +15,4 @@ services:
     volumes:
         - ${HOME}:/hosthome
     ports:
-        - "4848:4848"
+        - "4842:4842"
-- 
GitLab