ReinerNippes / selfhosted_on_docker

Install Selfhosted Stacks on Docker
MIT License
27 stars 6 forks source link

Portainer not available when use PathPrefixStrip #5

Closed Nickous closed 4 years ago

Nickous commented 4 years ago

Thank you for your great job. A small issue: in the file https://github.com/ReinerNippes/selfhosted_on_docker/blob/master/roles/docker_base/tasks/portainer.yml

I would prefer your syntax "/portainer" instead of "portainer.". But I'm too noob to understand what's wrong with traefik syntax.

ReinerNippes commented 4 years ago

I tried hart but couldn't figure out why that's not working.

It work's with a trailing "/" like writen in the readme.

# portainer is a webfront end for docker host at https://{{ base_domain }}/portainer/
portainer_enabled: true
Nickous commented 4 years ago

Even with the trailing "/", doesn't work for me?! No matter, thanks for all the attempts and community

Nickous commented 4 years ago

on Ubuntu 18.04, doesn't work. I"ve just all reinstalled on Debian 10, and https://{{ base_domain }}/portainer/ is working :)