mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
remove fixed ports
This commit is contained in:
parent
1f6fd52026
commit
fc451cd185
1 changed files with 4 additions and 16 deletions
|
@ -73,35 +73,23 @@ ram.runtime = "3G"
|
|||
|
||||
[resources.ports] #Only the web service can customize its port…
|
||||
main.default = 8095
|
||||
|
||||
chat.default = 3010
|
||||
|
||||
clsi.default = 3013
|
||||
clsi.fixed = true
|
||||
|
||||
contacts.default = 3036
|
||||
contacts.fixed = true
|
||||
|
||||
docstore.default = 3016
|
||||
docstore.fixed = true
|
||||
|
||||
document-updater.default = 3003
|
||||
document-updater.fixed = true
|
||||
document_updater.fixed = true
|
||||
|
||||
filestore.default = 3009
|
||||
filstore.fixed = true
|
||||
|
||||
history-v1.default = 3100
|
||||
history-v1.fixed = true
|
||||
|
||||
notifications.default = 3042
|
||||
notifications.fixed = true
|
||||
|
||||
project-history.default = 3054
|
||||
project-history.fixed = true
|
||||
|
||||
realtime.default = 3026
|
||||
realtime.fixed = true
|
||||
|
||||
spelling.default = 3005
|
||||
spelling.fixed = true
|
||||
|
||||
|
||||
[resources.apt]
|
||||
|
|
Loading…
Reference in a new issue