-
### Proposal
For current Prometheus, it seems that the metrics address to be pulled must be a valid TCP hostname. If Prometheus supports to pull from HTTP over Unix socket, each metrics server won't …
-
### RabbitMQ
>https://hub.docker.com/_/rabbitmq
>https://github.com/docker-library/rabbitmq
>docker pull rabbitmq
>RabbitMQ是一个开源的消息代理和队列服务器,用来通过普通协议在完全不同的应用之间共享数据,或者简单地将作业排队以便让分布式服务器进行处理。
>…
-
Okay now that we have SLSA compliance [on the PirvateBin (PHP) project itself](https://github.com/PrivateBin/PrivateBin/issues/1169#issuecomment-1857375199), we can continue here.
## Steps needed
…
rugk updated
11 months ago
-
I'm using docker-machine to control a number of remote clients. When I change the environment to point to one of the remote docker hosts I manage with
```
eval $(docker-machine env somehost)
env …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
When using the following components in my compose yml file:
```
####
# FPM node
#
# @NOTE in production, the source volumes should be source:ro
# but local devs may need to write to…
-
I have a app thats running locally on port 3000 without docker.
Is it possible to proxy that app as well?
I am running nginx-proxy like this:
`docker run --rm -p 80:80 -p 443:443 -v /srv/vhost.…
-
I have tried both CentOS 8 and Ubuntu 20.10.
It's quite simple, just able to make it work perfectly in Ubuntu 20.10.
But same docker-compose.yml cannot work in CentOS 8. I have tried many time re-in…
-
## Summary
Improve the registry workaround in the [Load Container Images Into a Local Docker Engine](https://docs.dagger.io/252029/load-images-local-docker-engine#approach-2-use-a-local-registry-se…
-
Nginx crashed if i use `set_real_ip_from` (and pass header X-Real-Ip) and use `nchan_authorize_request`
```
set_real_ip_from 0.0.0.0/0;
location = /auth {
proxy_pass ${WS_AUTH_URL};
p…