Change the port for the drone runner

Port 3000 is often taken, so we'll default to 30010
This commit is contained in:
Benjamin Bädorf 2022-05-03 11:23:21 +02:00
parent 88be4b7afa
commit ef0755ef57
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -8,7 +8,7 @@ self: with self; ''
--env=DRONE_RPC_SECRET=$(${self.libsecret}/bin/secret-tool lookup drone rpc-secret) \
--env=DRONE_RUNNER_CAPACITY=4 \
--env=DRONE_RUNNER_NAME=$(${self.inetutils}/bin/hostname) \
--publish=3000:3000 \
--publish=30010:30010 \
--restart=always \
--name=drone-runner \
drone/drone-runner-docker:1