From 349532ae75758bf50a75ee729fd9a76e637c0fb9 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sun, 19 Oct 2025 17:03:11 +0300 Subject: [PATCH] mention windows-node-iron:host --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 907c613..27b84b0 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,6 @@ docker run -v ./data:C:\data -v '\\.\pipe\docker_engine:\\.\pipe\docker_engine' # this allows .runner & data & config.yml to be read by the docker container (and also everyone, but whatever, this is a POC atm) icacls C:\Users\Docker\forgejo\data /grant Everyone:(F) /T + +# also, after this, modify .runner to have `windows-node-iron:host` in the labels: [] part ```