🐞 fix(VoceChat):
volumes and webui Modified data storage directory and port mapping
This commit is contained in:
parent
1655eb3dff
commit
5fa9b391ab
|
@ -36,7 +36,7 @@
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"network_model": "bridge",
|
"network_model": "bridge",
|
||||||
"web_ui": {
|
"web_ui": {
|
||||||
"http": "3009",
|
"http": "3000",
|
||||||
"path": "/"
|
"path": "/"
|
||||||
},
|
},
|
||||||
"health_check": "",
|
"health_check": "",
|
||||||
|
@ -60,12 +60,12 @@
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/db",
|
"container": "/home/vocechat-server/data",
|
||||||
"host": "/DATA/AppData/$AppID/db",
|
"host": "/DATA/AppData/$AppID/home/vocechat-server/data",
|
||||||
"mode": "rw",
|
"mode": "rw",
|
||||||
"allocation": "automatic",
|
"allocation": "automatic",
|
||||||
"configurable": "no",
|
"configurable": "no",
|
||||||
"description": "VoceChat DB"
|
"description": "VoceChat Data"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devices": [],
|
"devices": [],
|
||||||
|
|
Loading…
Reference in New Issue