You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running configure-instance.sh, the docker-compose file generated via traefik labels has some problems:
The nginx container label for traefik "traefik.http.services.piped.loadbalancer.server.port=8080" uses wrong port. it should be 80.
should clearly explain in documents, if user want to use an existing reverse proxy, the current compose file is correct, the user can just edit his configuration, reverse the localhost:8080. but traefik label only work when in the same docker network with nginx, and if user want to append a traefik container at the end of the compose file, the nginx container should not map ports.
Official Instance
Describe the bug
After running configure-instance.sh, the docker-compose file generated via traefik labels has some problems:
changed:
To Reproduce
First, install git, docker, and the compose plugin for docker.
Run git clone https://github.com/TeamPiped/Piped-Docker.
Then, run cd Piped-Docker.
Then, run ./configure-instance.sh and fill in the hostnames when asked. Choose nginx as the reverse proxy when asked.
Now, create A (and AAAA) records to your server’s public IP with the hostnames you had filled in above.
Append a traefik container at last of compose file like this one:
Expected behavior
the traefik should connect nginx correctly , and start reverse proxy traffic
Logs/Errors
Browser, and OS with Version.
chrome:latest
windows10 workstation:latest
docker-ce:latest
Additional context
No response
The text was updated successfully, but these errors were encountered: