Christopher
Christopher
Downgraded to VSCode May 2021 (version 1.57)
@yaya-git ``` 'mysql' => array( 'driver' => 'mysql', 'host' => '127.0.0.1', 'database' => 'blog', 'username' => 'root', 'password' => 'secret', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', ),...
You can just start a cluster and then connect to it manually from Porter?
I'm assuming there isn't a solution to this problem. I don't use any iframes.
I'm having this problem as well. Used the sharedwithexpose server & my own same problem.
> It's maybe late, but I have the same need. > > And you can do this : https://opensource.ebay.com/nice-modal-react/#promise Yes, I noticed that, but it didn't work since I needed...
After looking into this more it seems that a docker change has made it to where you need a postgres password or you need to set it to `POSTGRES_HOST_AUTH_METHOD: 'trust'`...
Why not use HEALTHCHECK for docker? Checks it for being healthy until it puts it into service. No more 502 errors either.
@hotrush I had the same problem had to alter the code a bit. ``` # Add crontab file in the cron directory ADD ./.deploy/config/schedule/crontab /etc/cron.d/cron # Give execution rights on...
@darrist Placed it right under ``` # RUN (crontab -l ; echo "* * * * * /usr/local/bin/php /srv/app/artisan schedule:run >> /dev/null 2>&1") | crontab ```