This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"services": [
|
||||
{
|
||||
"name": "rego-tunnel",
|
||||
"image": "dockurr/windows:5.14",
|
||||
"image": "dockurr/windows:latest",
|
||||
"environment": [
|
||||
{
|
||||
"key": "RAM_SIZE",
|
||||
@@ -137,6 +137,13 @@
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/data/shared",
|
||||
"containerPath": "/shared",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
}
|
||||
],
|
||||
"stopGracePeriod": "2m",
|
||||
|
||||
Reference in New Issue
Block a user