This commit is contained in:
@@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"schemaVersion": 2,
|
|
||||||
"services": [
|
|
||||||
{
|
|
||||||
"name": "nginx-proxy-manager",
|
|
||||||
"image": "jc21/nginx-proxy-manager:2.13.5",
|
|
||||||
"isMain": true,
|
|
||||||
"internalPort": 81,
|
|
||||||
"addPorts": [
|
|
||||||
{
|
|
||||||
"containerPort": 80,
|
|
||||||
"hostPort": 1080
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"containerPort": 443,
|
|
||||||
"hostPort": 10443
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"environment": [
|
|
||||||
{
|
|
||||||
"key": "DISABLE_IPV6",
|
|
||||||
"value": "true"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"hostPath": "${APP_DATA_DIR}/data",
|
|
||||||
"containerPath": "/data"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"hostPath": "${APP_DATA_DIR}/letsencrypt",
|
|
||||||
"containerPath": "/etc/letsencrypt"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user