david-loe
david-loe
Also tried `docker-compose` with no success.. I downloaded the last release and just did `docker-compose up` ```bash /openclassify-2.0.17>docker-compose up WARNING: The NGINX_HOST variable is not set. Defaulting to a blank...
I had made some changes in `docker-compose.yml`: ```docker-compose php: build: . restart: always volumes: - "./etc/php/php.ini:/usr/local/etc/php/conf.d/php.ini" - "./:/var/www/html" composer: image: composer volumes: - "./:/app" command: install ``` And added `Dockerfile`...
But when I used 7.4.0 an error occurred. It said that same installed dependencies from composer require php 8.0
Found same Error in other repository: mico-corp/mico#59
'--web.config=/path/to/file/in/container' works for me
This is not a flag for Prometheus but for json-exporter
@jhoustek23 The exporter tries to map `"ok"` to a number, this is obviously not working in order to get a string out you have to use it as a label,...
You have to set the `basic_auth` in the exporter config and not at prometheus: https://github.com/prometheus-community/json_exporter/blob/master/examples/config.yml uncomment the `http_client_config` including `basic_auth`.
+1 I'm working behind a proxy and with this extension no connection is possible.