About 9,690 results
Open links in new tab
  1. 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.

  2. Portainer with ssl working only on port 443 and not on 80

    Jan 17, 2022 · To map Portainer's app-UI/webserver ports to the standard http (80) and https (443) ports on the docker host, you need: -p 80:9000 -p 443:9443 The setup instructions …

  3. 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...

  4. 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 …

  5. Login into Portainer using Github Actions Pipeline

    Jan 22, 2025 · I'm facing an issue while deploying a docker image using portainer on EC2 instance. In my pipeline my last step is login into portainer update the image in the specific …

  6. 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 …

  7. Portainer: Got permission denied while trying to connect to the …

    Mar 19, 2011 · Portainer: Got permission denied while trying to connect to the Docker daemon socket Asked 5 years, 4 months ago Modified 5 years, 4 months ago Viewed 17k times

  8. No connection to locally hosted portainer after restart

    Nov 3, 2022 · I had portainer working yesterday when I installed it. After turning the server off in the evening and starting it again today I can't access it anymore …

  9. Deploy Portainer & Portainer Agent using docker-compose?

    Nov 8, 2020 · Deploy Portainer & Portainer Agent using docker-compose? Asked 5 years, 1 month ago Modified 2 years, 6 months ago Viewed 24k times

  10. Is there any way in Portainer when using Git Repository Stack to …

    Jan 22, 2023 · 1 I want to deploy Traefik using Portainer Git Repository Stack however it also needs a traefik.yml configuration file. I do not want to have to copy it from git and put it into a …