removed port 22
This commit is contained in:
parent
856ebb3338
commit
e659629538
|
@ -1,3 +1,3 @@
|
|||
FROM gitea/act_runner:latest
|
||||
COPY config.yaml /
|
||||
ENTRYPOINT ["act_runner", "daemon"]
|
||||
# ENTRYPOINT ["act_runner", "daemon"]
|
|
@ -48,7 +48,7 @@ services:
|
|||
- GITEA_INSTANCE_URL=https://sigyl.com/git/
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN=$RUNNER_REGISTRATION_TOKEN
|
||||
- GITEA_RUNNER_NAME="giles-test"
|
||||
# - e GITEA_RUNNER_LABELS=<runner_labels> \
|
||||
- GITEA_RUNNER_LABELS=""
|
||||
volumes:
|
||||
gitea-app:
|
||||
|
||||
|
|
Loading…
Reference in New Issue