From d470a74a9fe2a2029c2063d940d4573b58adf6c0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 30 Aug 2022 22:24:09 +0300 Subject: [PATCH] Comment out CentOS 7 specific settings. Thanks to williamtrelawny and xet7 ! Related https://github.com/wekan/wekan/commit/054d420dc97cadee6ed7896c608d95a6fe09dc9d --- docker-compose.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 72eb549a6..08d1f5f35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -127,12 +127,13 @@ services: # image: wekanteam/wekan #------------------------------------------------------------------------------------- container_name: wekan-app - # On CentOS 7 there is seccomp issue with glibc 6, so setting it to unconfined - # to get WeKan working. See: + # On CentOS 7 there is seccomp issue with glibc 6, + # so CentOS 7 users shoud use these security_opt seccomp:unconfined + # settings to get WeKan working. See: # - https://github.com/wekan/wekan/issues/4585 # - https://github.com/wekan/wekan/issues/4587 - security_opt: - - seccomp:unconfined + #security_opt: + # - seccomp:unconfined restart: always networks: - wekan-tier