-
With a docker compose file
```
services:
dbproxy:
image: plopix/docker-mysqlproxyprofiler
depends_on:
- mariadb
restart: unless-stopped
ports:
- 10.1.0.110:3306:…
-
### Before you start please confirm the following.
- [X] Yes, I've searched similar issues on [GitHub](https://github.com/portainer/portainer/issues).
- [X] Yes, I've checked whether this issue is co…
-
# Summary:
A request with the header "Transfer-Encoding: chunked" will cause Caddy to
spawn a php_fastcgi process, which hangs forever.
After upgrading to Shopware 6.6 (using `shopware/docker`), our…
-
latest acme.sh is deployed via Docker, with the following Docker Compose configuration.
```
services:
acme.sh:
image: neilpang/acme.sh:latest
container_name: acme.sh
networks:…
-
### Description
The /events/ endpoint has a until parameter that according to the [docs](https://docs.docker.com/reference/api/engine/version/v1.47/#tag/System/operation/SystemEvents)
> Show event…
-
**Describe the bug**
A clear and concise description of what the bug is. What did you expect to happen? What happened instead?
Main code exists inside a devcontainer. The host machine (windows) …
-
### Describe the bug
If the Docker daemon on a host is updated by apt, the Watchtower container can no longer communicate with the Docker daemon via the socket.
### Steps to reproduce
1) Run Docker…
-
When using Docker Desktop for Mac or other container host based on QEMU VMs, you may see errors like:
```
invalid mount config for type "bind": bind source path does not exist: /tmp/backend.ai/ipc/c…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have yo…
-
I'm using the Docker-compose but modified so that the ports are not exposed, I did not want to expose the ports on the network unencrypted, so I set up a nginx proxy with letsencrypt.
On the proxy I …