Kevin

Results 41 comments of Kevin

This was a temp environment, so creating a user and changing the ID to 1000 worked. Surely this is not the only way though? The reason this id was 1001...

Can folks actually explain the examples beyond just pasting code above? The setup for v1 was pretty simple but v2 was not working at all. > However it shows the...

Is that maybe related to this? https://stackoverflow.com/a/70217469/295112

Sorry, I am new to Docker and trying to transition out of Lando. It seems that [Docker Compose will not inherit settings from Docker Engine unless you explicitly declare configuration...

How is `docker-compose.override.yml` used? Would that work here? The docs state: > Delete docker-compose.override.yml as it's used to deploy vanilla Drupal

According to this, you should use `docker-compose.override.yml` as this will achieve it: https://runnable.com/docker/advanced-docker-compose-configuration Now I can remove the Makefile modifications and local env file, and remove things like xdebug and...

I had a similar issue before switching to Fedora (from Ubuntu) whenever I used fractional scaling / scaling in general.

Drupal 9.2.4. I am and have been including drush/drush in composer, it is at version 10. Drush aside, the homepage displays: ``` Notice: Undefined offset: 1 in Drupal\Core\Database\Database::parseConnectionInfo() (line 215...

Update, the tag I am using is actually PHP_TAG=7.4-dev-4.27.1

Perhaps I missed this change - but $_ENV no longer has those values but $_SERVER does. Changing to $_SERVER works, but the docs appear to state to hard code the...