diff --git a/Apps/Jellyfin/appfile.json b/Apps/Jellyfin/appfile.json index 23a5914..d1b2c5d 100644 --- a/Apps/Jellyfin/appfile.json +++ b/Apps/Jellyfin/appfile.json @@ -30,7 +30,7 @@ "shell": "bash", "privileged": false, "network_model": "bridge", - "webui": { + "web_ui": { "http": "8096", "https": "8920", "path": "/" @@ -166,7 +166,7 @@ } ], "constraints": { - "min_memery": "256", + "min_memory": "256", "min_storage": "1024" }, "restart_policy": "always",