Mark Shust

Results 242 comments of Mark Shust

@rangerz is it possible that `bin/docker-compose` script is returning a false positive on the first conditional check? ``` if docker compose version > /dev/null 2>&1; then DOCKER_COMPOSE="docker compose" else DOCKER_COMPOSE="docker-compose"...

@xavierojeda what is your output of the above?

> I have same problem also on Ubuntu. The container keeps recreating and the php.ini change is not persisting. Going back to this... why is the container getting recreated? This...

Yea I really can't see why that would be happening, unless the container is completely destroyed when it shuts down. I don't think the docker compose thing is any issue...

This was reported by a couple users but I'm unable to replicate, will be closing this out shortly.

@Hotpick what is the contents of your `/etc/hosts` file on your host machine after running the above line? This ticket is solely for newlines with `/etc/hosts`, but your post relates...

I'm unable to replicate this, so closing it out.

It'd be nice to get a confirmation from someone that the suggested fix does indeed work. If it does, we should definitely get this added to the readme!

Thanks for the updates. I'd love to take in a PR which adds this to the readme or CLI command after running this on Linux!