🐞 fix(VoceChat):

volumes and webui
Modified data storage directory and port mapping
This commit is contained in:
John Guan 2023-01-18 07:59:03 +00:00
parent 1655eb3dff
commit 5fa9b391ab
1 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "3009",
"http": "3000",
"path": "/"
},
"health_check": "",
@ -60,12 +60,12 @@
],
"volumes": [
{
"container": "/db",
"host": "/DATA/AppData/$AppID/db",
"container": "/home/vocechat-server/data",
"host": "/DATA/AppData/$AppID/home/vocechat-server/data",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "VoceChat DB"
"description": "VoceChat Data"
}
],
"devices": [],