
docker - Portainer: Client sent an HTTP request to an HTTPS server ...
Jun 11, 2022 · I had the same problem with Portainer 2.13.1 behind an Apache2 proxy. I solved it by running the image with the option enabling port 9000 which is Portainer's HTTP port.
Portainer Edge Job - Schedule an Existing Container to Run
Dec 27, 2023 · Looking for a basic "how to schedule a container" via Portainer.. Tons of fantastic documentation, but nothing that really helps with how to perform a basic task like this. I …
docker - How to restart Portainer on Ubuntu? - Stack Overflow
Jun 16, 2022 · I am on Ubuntu 22 have just installed Docker and Portainer, when I try to access it via IP:9000, I get a timeout message: "New Portainer installation Your Portainer instance timed out for …
How to healthcheck a docker container portainer-agent
Dec 31, 2025 · How to setup a healthcheck for portainer edge agent in docker compose? Mine does not work. --- services: portainer_agent: image: portainer/agent:alpine container_name: portainer_agent
Portainer server unable to connect with any Portainer agents
Jan 8, 2024 · The Portainer server for some reason is simply failing to communicate with the agents. The server and the agents are running Version 2.19.4. Has anyone else seen this problem??? Can …
Deploy Portainer & Portainer Agent using docker-compose?
Nov 8, 2020 · Deploy Portainer & Portainer Agent using docker-compose? Ask Question Asked 5 years, 3 months ago Modified 2 years, 9 months ago
Portainer - how to specify SSL in docker-compose.yml?
I'm trying to deploy an instance of Portainer to a docker swarm. I'm not sure how to set the correct flag to enable SSL. From the docs: $ docker run -d -p 443:9000 --name portainer --restart alw...
Configuring portainer (-ce) from docker-compose.yml
Dec 17, 2020 · From the official docker documentation site, there is a link to the awesome-compose repo that also has a docker-compose file example for portainer. So from this document, it would …
portainer keycloak 20 oauth login "unauthorized" / "Unable to login via ...
Jan 22, 2023 · In my case I was running both Keycloak and Portainer in the same Kubernetes cluster and I hadn't configured CoreDNS to use my upstream DNS server correctly. Starting Portainer with - …
Accessing the Portainer web UI via HTTPS on port 9443 using Traefik
Dec 27, 2023 · I would like to be able to access the Portainer web UI through Traefik (eventually with something like Teleport for better authentication). Below I have outlined my docker compose files for …