🐞 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, "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": [],