This commit is contained in:
@@ -17,12 +17,9 @@
|
||||
"containerPort": 443
|
||||
}
|
||||
],
|
||||
"environment": [
|
||||
{
|
||||
"key": "DISABLE_IPV6",
|
||||
"value": "true"
|
||||
}
|
||||
],
|
||||
"environment": {
|
||||
"DISABLE_IPV6": "true"
|
||||
},
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/data",
|
||||
|
||||
Reference in New Issue
Block a user