Update Syncthing appfile
This commit is contained in:
parent
ba410a12ad
commit
57a7aab0b4
|
@ -25,7 +25,7 @@
|
||||||
"shell": "bash",
|
"shell": "bash",
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"network_model": "bridge",
|
"network_model": "bridge",
|
||||||
"webui": {
|
"web_ui": {
|
||||||
"http": "8384",
|
"http": "8384",
|
||||||
"path": "/"
|
"path": "/"
|
||||||
},
|
},
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
],
|
],
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"min_memery": "256",
|
"min_memory": "256",
|
||||||
"min_storage": "1024"
|
"min_storage": "1024"
|
||||||
},
|
},
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
|
|
Loading…
Reference in New Issue