alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

Failed ./scripts/compose up -d #98

Closed litvinovg closed 3 years ago

litvinovg commented 3 years ago

OS CentOS Linux release 7.9.2009 (Core) docker-ce 20.10.3 docker-compose version 1.28.2, build 67630359 output attached output.txt

litvinovg commented 3 years ago

It was due to the docker storage driver bug. In my case it wasn't working with combination of xfs as root fs and overlayfs2. After migration to ext4 problem dissapeared.