About 9,670 results
Open links in new tab
  1. docker - Portainer: Client sent an HTTP request to an HTTPS server ...

    Jun 11, 2022 · I want that portainer.my-domain.com is leading to https://192.168.178.69:9443 and the request should be in https not in http. But portainer is telling me, that the request is in http, …

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

  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. Portainer: Got permission denied while trying to connect to the …

    Mar 19, 2011 · If it is a SELinux issue, try first to follow portainer/portainer issue 849 Correct way is to add :z to the volume mapping, so you're not defeating the purpose of docker.

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

  6. Portainer - how to add local path to a volume in docker compose

    May 10, 2021 · Portainer - how to add local path to a volume in docker compose Asked 4 years, 5 months ago Modified 5 months ago Viewed 13k times

  7. Caddy as reverse proxy in docker refuses to connect to other …

    Aug 25, 2021 · I wanted to try out Caddy in a docker environment but it does not seem to be able to connect to other containers. I created a network "caddy" and want to run a …

  8. Portainer failed to deploy a stack: docker-compose.yml: no such …

    Jul 2, 2024 · Portainer failed to deploy a stack: docker-compose.yml: no such file or directory Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 2k times

  9. docker - How can I retrieve compose files for stacks deployed …

    Apr 2, 2022 · After I reinstalled it, I noticed that the other stacks that were still running now showed as limited control in Portainer. Even worse, I can't view/edit their compose configs.

  10. docker-compose for portainer with traefik v2 gives "failure: unable …

    I currently have a hard time updating my traefik v1 containers to v2. I set up a traefik container with automatic http->https forwarding. Now I want to get portainer running with the following …