Chingis

Results 127 comments of Chingis

it seems a lot of things have changed since our initial mutagen integration, now there's mutagen compose that requires mutagen 0.13 which is still in beta. See https://mutagen.io/documentation/orchestration/compose

I've updated instructions on how to use Mutagen Compose https://wodby.com/docs/1.0/stacks/drupal/local/#mutagen In short: - stop mutagen daemon - brew unlink your current (stable) mutagen (if 0.13 is still in beta) -...

Hi, thanks for the PR however I don't think we're going to merge this, we don't aspire to cover every use case with docker4drupal's default set of images, and I...

It looks like you're trying to use interactive drush command via make drush action, it won't work, you just need to sh into a php container (via make shell) and...

I'm not sure this is the right place to ask this question since (most likely) this is not specific to docker4drupal. Considering docker provides documentation on how to use a...

`traefik.yml` used to run [multiple projects on the same port](https://wodby.com/docs/stacks/drupal/local/#running-multiple-projects)

Do you have [`docker-compose.override.yml`](https://github.com/wodby/docker4drupal/blob/master/docker-compose.override.yml)?

I see you're running traefik on port 80, is this port free on your host?

Feel free to edit `docker-compose.yml` as you want, we don't want to set requirements how to structure your repo, we just describe a simple use case in our quick start...

Do you mount any volumes from the host machine for MariaDB? > I've also noticed my virtual drive ballooned to 22GB even after cleaning several images and containers. Deleting images...