Chingis

Results 127 comments of Chingis

Try to clean up your volumes and run again

Try tag 2.3.5, it comes with mariadb 10.1.26

If you run MariaDB on windows with a bind mount from host see https://github.com/wodby/docker4drupal/issues/222#issuecomment-376823130

> In documentation, Step 4 is unclear. I assume it means to edit docker-compose.yml but it's not stated. (I'm not using it, but FYI, APACHE_SERVER_ROOT variable doesn't exist ... I...

Something isn't right here: ``` my_wordpress_project_nginx | shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory my_wordpress_project_nginx | job-working-directory: error retrieving current directory: getcwd:...

So your issue now is `403 Forbidden nginx`, which means there's no codebase in your nginx image and there's no surprise as I see you've commented all bind mounts for...

Have you tried googling? Looks like https://github.com/docker-library/mysql/issues/345#issuecomment-353672577

Your log output looks like a known issue with mariadb bind mounts described in the readme of https://github.com/wodby/mariadb. But this is a windows/macos issue. Since you're on linux perhaps there's...

See https://wodby.com/docs/stacks/drupal/local/#usage, you're using vanilla Drupal image when drupal sources are inside the image. If you want to make changes to your codebase and push them you should mount your...

I personally don't use docker locally for frontend development with node.js because the filesystem is too slow. So unless you have a specific need for containers, e.g. have multiple node...