jgeusebroek / docker-spotweb

A docker image running ubuntu/20.04 Linux and Spotweb
47 stars 27 forks source link

Change port 81 on docker container #29

Closed jpdsc closed 3 years ago

jpdsc commented 3 years ago

Hi there,

It seems like port 81 is hardcoded in either Apache config or Spotweb itself. Would it be possible to add a environment to support using a different port?

Next to this, PUID and GUID isn't being used. When using the volume, user 33 is set instead of the one added in the environment.

Thanks.

Cheers,

jgeusebroek commented 3 years ago

Hi,

There is no support for PUID and GUID, I don't see a need for this at this point. You are welcome to provide a pull request should you wish this to be added.

Furthermore you can change the port to anything you'd like by changing the docker portmapping. 81:80, 8080:80 etc. https://docs.docker.com/config/containers/container-networking/#published-ports

Have a nice day!