mention windows-node-iron:host

This commit is contained in:
Soph :3 2025-10-19 17:03:11 +03:00
parent bb75839904
commit 349532ae75

View file

@ -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) # 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 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
``` ```