From d592374e237b81bcc119bd5888d9eaa7a5772095 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 30 Oct 2023 19:56:43 +0000 Subject: [PATCH] Don't mount /data by default. (#72) Reviewed-on: https://git.vdb.to/cerc-io/hosting/pulls/72 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- act-runner/config/act-runner-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act-runner/config/act-runner-config.yml b/act-runner/config/act-runner-config.yml index 7b4825f..604119d 100644 --- a/act-runner/config/act-runner-config.yml +++ b/act-runner/config/act-runner-config.yml @@ -45,6 +45,6 @@ container: # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker). privileged: true # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway). - options: --add-host=gitea.local:host-gateway --volume "/var/lib/docker" --volume "/data:/data:ro" + options: --add-host=gitea.local:host-gateway --volume "/var/lib/docker" valid_volumes: - act-runner-shared