TeamPiped / Piped-Docker

MIT License
46 stars 33 forks source link

Add handling of non-standard ports #39

Open BenjaminSalzberg opened 5 months ago

BenjaminSalzberg commented 5 months ago

The default port instantiated by the self-hosting system sues port 8080. There might be users who already use that port for something else. As such, this should allow for an easy set up for those users who might wish to use a different port. Please note that I was unable to test the caddy set up, as such it might not function correctly. However, this appears to work for nginx.

BenjaminSalzberg commented 5 months ago

The nginx docker file is now the only edited docker file. Additionally, when using caddy the bash script will not ask for a custom port.