Chingis

Results 134 comments of Chingis

wodby/drupal-php images already have the gd extension installed, you can use them for D10. Once D10 gets released we will also add a vanilla image for it

Thank you for reporting this, this does sound plausible, but were you able to consistently reproduce that this actually fixes the issue? We should come up with some simple local...

You can set [`NGINX_DISABLE_CACHING=1`](https://github.com/wodby/nginx/blob/master/templates/includes/defaults.conf.tmpl#L1) env var for nginx

What’s the PHP version? You should probably install drush as a part of your composer project instead of using the global drush which is version 10 and probably doesn’t work...

did you add `wp.docker.localhost` to your `/etc/hosts`? also make sure traefik is the only one who's listening to port `8000`

Could you please clarify what happens after installation (does installation even happen?), where do you see this critical issues page? What's your images tags (`.env` file).

Oh I see, this won't work with `localhost` domain, containers can't access your local domains by default, they are defined on your host machine, containers are isolated. You need to...

Works for me too, thank you @mayson, you should submit a PR

you can load the plugin via `$MARIADB_PLUGIN_LOAD`, as for the configuration - feel free to submit a PR for extra options

That's not what I meant, you can always mount go template file for your own custom config. I meant that you can add optional server_audit configuration options that will be...