jimmy-chow opened a new issue, #19824: URL: https://github.com/apache/superset/issues/19824
A clear and concise description of what the bug is. #### How to reproduce the bug 1. Use docker-compose.yml to start superset env 2. The superset_db cannot start Exec docker logs superset_db --tail 100, we can see logs like: ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted ### Solution Modify the docker-compose.yml file to give root authority when creating db  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
