You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
Thank you for your response and sorry for my late return. I have been doing seccomp research in the meantime. Having not found it, can you tell me what it is and how I can check it?
Is there any way to do without it?
Thank you
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I want to install collabora on my Synology NAS outside the container relaunches itself and impossible to contact it through curl -v https: // ip: 9980
I used the following compose file
log_collabora.txt
:
nextcloud_collabora:
container_name: nextcloud_collabora
image: collabora / code
restart: always
cap_add:
- MKNOD
environment:
- domain = nextcloud.mondom.com
ports:
- 9980: 9980
networks:
nextcloud:
I did the same installation on an ubuntu without worry.
I have attached the log of the container after startup if it can help me out.
The text was updated successfully, but these errors were encountered: