From 53a3a70a06660232bc60139802018a7d3fba8f5c Mon Sep 17 00:00:00 2001 From: restitux Date: Sun, 23 Oct 2022 19:59:36 -0600 Subject: [PATCH] Update ports to allow standalone runner to connect --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0ba6743..949f3cf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: context: . dockerfile: ./Dockerfile ports: - - "127.0.0.1:45420:45420" + - "0.0.0.0:45420:45420" volumes: - "./server.toml:/root/.config/cursorius/server.toml" - "/home/robby/development/restitux/ohea/cursorius/test/server/job:/job"