Local resources - Bad Gateway #1538

Closed
opened 2026-04-05 19:33:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pong106 on 5/3/2025

Having Bad Gateway error when I spin up Portainer beside Pangolin. I setup using local site and resource with 127.0.0.1:9111. Cant see any error in any loggings. Traefik dashboard works with the same method. Did not modify any gerbil settings.

docker-compose

services:
  portainer:
    image: portainer/portainer-ce:lts
    command: -H unix:///var/run/docker.sock
    restart: always
    networks:
      - pangolin
    ports:
      - "9111:9000"
      - "9443:9443"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - portainer_data:/data

volumes:
  portainer_data:

networks:
  pangolin:
    external: true
*Originally created by @pong106 on 5/3/2025* Having `Bad Gateway` error when I spin up Portainer beside Pangolin. I setup using `local` site and `resource` with `127.0.0.1:9111`. Cant see any error in any loggings. Traefik dashboard works with the same method. Did not modify any `gerbil` settings. docker-compose ``` services: portainer: image: portainer/portainer-ce:lts command: -H unix:///var/run/docker.sock restart: always networks: - pangolin ports: - "9111:9000" - "9443:9443" volumes: - /var/run/docker.sock:/var/run/docker.sock - portainer_data:/data volumes: portainer_data: networks: pangolin: external: true ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1538