Update ports to allow standalone runner to connect
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:45420:45420"
|
- "0.0.0.0:45420:45420"
|
||||||
volumes:
|
volumes:
|
||||||
- "./server.toml:/root/.config/cursorius/server.toml"
|
- "./server.toml:/root/.config/cursorius/server.toml"
|
||||||
- "/home/robby/development/restitux/ohea/cursorius/test/server/job:/job"
|
- "/home/robby/development/restitux/ohea/cursorius/test/server/job:/job"
|
||||||
|
|||||||
Reference in New Issue
Block a user