generated from Templates/Baseline
wip
This commit is contained in:
parent
07c0b9d131
commit
f359d26ab8
@ -1,9 +1,20 @@
|
||||
{
|
||||
"name": "Arkanum.dev",
|
||||
"image": "ocram85/arkanum:1",
|
||||
"containerEnv": {
|
||||
"PUID": "1000",
|
||||
"PGID": "1000"
|
||||
"PGID": "1000",
|
||||
"TZ": "Europe/Berlin",
|
||||
"PASSWORD": "foo",
|
||||
"SUDO_PASSWORD": "foobar",
|
||||
"DEFAULT_WORKSPACE": "/config/workspace"
|
||||
},
|
||||
"overrideCommand": false,
|
||||
"forwardPorts": [8443]
|
||||
"forwardPorts": ["8443:8443"],
|
||||
"portsAttributes": {
|
||||
"8443": {
|
||||
"label": "Applicaition",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user