You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a Duplicate of #11 which has to do with local log folder permissions. The fix described there should work, but I usually fix this by using a docker volume for the mysql logs by changing the .env LOGS_DIR variable to 'logs-volume'
When running
docker-compose up -d
after the configuration of.env
, the MySQL-Container restarts repeatingly.The
docker logs
for redcap_db contain a access error for/var/log/mysql/mysql_error.log
, followed by an Abort-Message.Docker is Running in version 19.03.12, docker-compose in version 1.26.0 on Ubuntu 20.04.1 LTS
The text was updated successfully, but these errors were encountered: