Pavel Prishchepa

Results 15 comments of Pavel Prishchepa
trafficstars

Hi, what value you set for `NGINX_SERVER_EXTRA_CONF_FILEPATH`?

Hi, @drasgardian, thank you for the PR. Some questions and thoughts: 1. Could you squash 2 commits pls 2. Does this modification respect `VARNISH_CACHE_STATIC_FILES` setting? 2. It makes sense to...

> Hello, > > I've upgraded my workstation to Fedora 36 with the last versions of containerd.io and docker-ce and the issue is still here. Only the downgrade suggested by...

@vaceletm could show a direction to dig about switching from docker-ce to mody?

This healthcheck works perfect for me: ``` image: bitnami/kafka:3.4.0 ... healthcheck: test: kafka-cluster.sh cluster-id --bootstrap-server localhost:9092 || exit 1 interval: 1s timeout: 60s retries: 60 ```