mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Comment out CentOS 7 specific settings.
Thanks to williamtrelawny and xet7 !
Related 054d420dc9
This commit is contained in:
parent
c587d34158
commit
d470a74a9f
1 changed files with 5 additions and 4 deletions
|
@ -127,12 +127,13 @@ 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
|
# On CentOS 7 there is seccomp issue with glibc 6,
|
||||||
# to get WeKan working. See:
|
# 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/4585
|
||||||
# - https://github.com/wekan/wekan/issues/4587
|
# - https://github.com/wekan/wekan/issues/4587
|
||||||
security_opt:
|
#security_opt:
|
||||||
- seccomp:unconfined
|
# - seccomp:unconfined
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- wekan-tier
|
- wekan-tier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue