Browse Source

On CentOS 7 Docker there is seccomp issue with glibc 6, so setting it to unconfined to get WeKan working.

Thanks to m-brangeon !

Related #4585,
related #4587
Lauri Ojansivu 3 years ago
parent
commit
054d420dc9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docker-compose.yml

+ 6 - 0
docker-compose.yml

@@ -127,6 +127,12 @@ services:
     # image: wekanteam/wekan
     # image: wekanteam/wekan
     #-------------------------------------------------------------------------------------
     #-------------------------------------------------------------------------------------
     container_name: wekan-app
     container_name: wekan-app
+    # On CentOS 7 there is seccomp issue with glibc 6, so setting it to unconfined
+    # to get WeKan working. See:
+    #   - https://github.com/wekan/wekan/issues/4585
+    #   - https://github.com/wekan/wekan/issues/4587
+    security_opt:
+      - seccomp:unconfined
     restart: always
     restart: always
     networks:
     networks:
       - wekan-tier
       - wekan-tier