Maks

Results 33 comments of Maks

It needs for minimal (ubuntu minimal) version only. If iptables were installed ansible will skip this stage.

https://github.com/roquie/docker-php-webapp/blob/master/Dockerfile#L39

Thanks amphp team for hard work to implement basic async needs in php world! :)

Without this feature services in kubernetes can't work with inside local network by dns. It fails with following reason: ``` In Rfc1035StubResolver.php line 193: All query attempts failed for {{ADDRESS}}-prod.svc.cluster.l...

That right. But I don't know why it resolving 10 seconds. Did you reproduce this?

Oh, I forgot about this issue 😨 Curl output: ```bash * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 3001 (#0) > GET / HTTP/1.1 > Host:...

Latest, of course. Like 0.24.0 (installed from brew several days ago). After reinstalling init.custom and coding without mistakes (like syntax or others) it works normal now...

I think it causes when I make mistakes in migrations. Mistakes like typos or use `add` instead of `add_belongs_to` in `migrate` method.