We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ed9db commit 02d0d7fCopy full SHA for 02d0d7f
docker-compose.yml
@@ -2,6 +2,7 @@ version: "3.9"
2
3
services:
4
win10:
5
+ image: ghcr.io/vaggeliskls/windows-github-custom-runner:latest
6
build:
7
dockerfile: ./Dockerfile
8
context: .
@@ -10,14 +11,8 @@ services:
10
11
tty: true
12
privileged: true
13
# runtime: nvidia
- cap_add:
14
- - NET_ADMIN
15
- - SYS_ADMIN
16
volumes:
17
- /sys/fs/cgroup:/sys/fs/cgroup
18
- devices:
19
- - /dev/kvm
20
- - /dev/net/tun
21
ports:
22
- 3389:3389
23
deploy:
0 commit comments