-
## mino
```bash
docker run \
-d \
--name local-minio \
--restart always \
--privileged \
--network host \
--env "PORT=19000" \
--env "IP_AUTODETECTION_METHOD=interface=enp0s8" \
--env "BAC…
dyrnq updated
3 months ago
-
#### Bug description
TLS proxy documentation states that a proxy such as nginx or haproxy may be used, but only nginx example is provided.
my haproxy configuration for the header
`http-request se…
frogu updated
9 months ago
-
We need frontend to not care aboud backend servers — it should send queries to one IP/hostname even when some web-servers failed.
-
I like this new feature, but could not find documentation other than what is in the New Features section so had to guess the detailed intent and what it was trying to tell me (and what data it was usi…
-
When using spoa on Haproxy the modproxy logs keep showing that the connected client is the haproxy itself (which in my case is 127.0.0.1, as I run the agent on the server in a docker) and modproxy log…
Rdago updated
2 years ago
-
**Describe the bug**
I use docker rootless in proxmox VM and Loki driver prevents containers from starting when I reboot VM.
**To Reproduce**
1. Install docker rootless in Proxmox VM (Debian)
2.…
-
When using a subpath in DOMAIN_NAME, e.g. https://my.domain.com/wallabag, the subpath /wallabag is sometimes honored, sometimes not.
* Some links rendered in HTML are absolute links containing the …
-
**Which feature do you think can be improved?**
The [limitations document](https://github.com/kata-containers/kata-containers/blob/main/docs/Limitations.md) page should mention that UNIX sockets do…
eest updated
5 months ago
-
I am very interested in your project. Unfortunately, I don’t know the zig language very well. I searched a lot about dockerc-related matters on the Internet, but there is no content related to the cur…
-
haproxy build failing in MacOS
aishwaryanarayanan@Aishwaryas-MBP haproxy % uname -a
Darwin Aishwaryas-MBP.fritz.box 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:20 PDT 2023; root:xnu-8796…