Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

impossible to install on synology #93

Closed
alexblav81 opened this issue May 31, 2020 · 2 comments
Closed

impossible to install on synology #93

alexblav81 opened this issue May 31, 2020 · 2 comments

Comments

@alexblav81
Copy link

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.

@thebearon
Copy link

kit_spare_001 ] ERR Failed to install seccomp syscall filter| common/Seccomp.cpp:233

Based on the logs, it seems like the NAS doesn't have seccomp support.

@alexblav81
Copy link
Author

Hello,

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants