mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
feat: automatic installation of .reg file
This commit is contained in:
parent
df42c44d9f
commit
54e57b2f8b
23
compose.yaml
Normal file
23
compose.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
name: "winapps"
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
services:
|
||||
windows:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
environment:
|
||||
VERSION: "tiny11"
|
||||
RAM_SIZE: "8G"
|
||||
CPU_CORES: "4"
|
||||
privileged: true
|
||||
ports:
|
||||
- 8006:8006
|
||||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
stop_grace_period: 2m
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- data:/storage
|
||||
- ./oem:/oem
|
3
oem/install.bat
Normal file
3
oem/install.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
REG IMPORT C:\OEM\RDPApps.reg
|
Loading…
x
Reference in New Issue
Block a user