Update Jellyfin appfile

This commit is contained in:
John Guan 2021-12-23 15:32:32 +08:00
parent 8a7ea03b55
commit ba410a12ad
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"shell": "bash", "shell": "bash",
"privileged": false, "privileged": false,
"network_model": "bridge", "network_model": "bridge",
"webui": { "web_ui": {
"http": "8096", "http": "8096",
"https": "8920", "https": "8920",
"path": "/" "path": "/"
@ -166,7 +166,7 @@
} }
], ],
"constraints": { "constraints": {
"min_memery": "256", "min_memory": "256",
"min_storage": "1024" "min_storage": "1024"
}, },
"restart_policy": "always", "restart_policy": "always",