-
Hi, I'm trying to setup a runner with docker compose but after it manages to connect to my semaphore instance it keeps logging this message: This is the full log in case you need it:
Also, this is my compose config for the runner:
And this is the configuration file content:
Bot instances are running on the same machine. I also added these two lines to the main configuration:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi there, i've got the same on my side. As per the doc,
on runner,
After On server,
On runner:
Same on syslog,
Danke ! |
Beta Was this translation helpful? Give feedback.
-
Hi @jlopez994, @plaurent-dev, The Runner uses the configuration file provided via the |
Beta Was this translation helpful? Give feedback.
Hi @jlopez994, @plaurent-dev,
The Runner uses the configuration file provided via the
--config <conf_path>
option to start.However, during the initial startup, it creates another configuration file with the path
runner.config_file
. This file must have a different path than the one provided through--config <conf_path>
. In this file, the Runner stores information obtained from the server:runner_id
andrunner_token
.