Chingis

Results 127 comments of Chingis

> with mount do you mean putting an init .sql file at /mariadb-init dir? I mean mariadb-data > will docker system prune do the job in cleaning and freeing up...

I've haven't found any official Docker docs on using certain domains, even `docker.localhost` not documented. I don't see any point to use `docker.host.internal`, you still have to add it to...

Most likely you made the first request before containers have started, at least that's what your logs say

just use solr with zookeeper and upload configset to zookeeper from search api admin UI https://wodby.com/docs/1.0/stacks/drupal/local/#solr-search-api

`docker-compose.override.yml` file overrides php image to vanilla, if you have your own codebase you should just delete, it's all described in the docs

You can mount it to `/etc/crontabs/www-data` https://github.com/wodby/php/blob/master/7/tests/docker-compose.yml#L40

Hi, `mariadb` is the name of the service in `docker-compose.yml`, docker uses services' names as hosts in its private network. In the table, we list only services with http ports...

Not sure which part there's to improve, docker4wordpress assumes you're familiar with how docker and docker-compose work

What are permissions of `/usr/bin/sudo` in the container? Sounds like you've changed permissions in containers. If you don't want to figure it out, you can just kill all containers and...

Do you have the same performance issue with MariaDB 10.2 and 10.3?