Update ports to allow standalone runner to connect

This commit is contained in:
2022-10-23 19:59:36 -06:00
parent dffb0adfa6
commit 53a3a70a06
+1 -1
View File
@@ -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"