mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Simplify container environment variables
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from container environment.
This commit is contained in:
parent
5211f4ffa0
commit
7a6d6b6b2f
1 changed files with 1 additions and 4 deletions
|
|
@ -2,10 +2,7 @@
|
|||
"name": "Tiny 11",
|
||||
"service": "windows",
|
||||
"containerEnv": {
|
||||
"VERSION": "tiny11",
|
||||
"RAM_SIZE": "max",
|
||||
"DISK_SIZE": "max",
|
||||
"CPU_CORES": "max"
|
||||
"VERSION": "tiny11"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue