Don't mount /data by default. (#72)

Reviewed-on: #72
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
This commit is contained in:
Thomas E Lackey 2023-10-30 19:56:43 +00:00 committed by Thomas E Lackey
parent e4690d4742
commit d592374e23

View File

@ -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