1234567891011121314151617181920212223242526272829303132 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: UTC
- collabora:
- enable_webui: true
- server_name: ""
- username: cool
- password: cool
- aliasgroup1: []
- dictionaries: []
- extra_params:
- - --o:welcome.enable=false
- - --o:user_interface.mode=notebookbar
- - --o:ssl.termination=true
- - --o:ssl.enable=false
- - --o:net.proto=IPv4
- - --o:logging.level=warning
- - --o:logging.level_startup=warning
- - --o:mount_jail_tree=false
- additional_envs: []
- network:
- certificate_id:
- web_port:
- bind_mode: published
- port_number: 9980
- storage:
- additional_storage: []
|