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
Well for a manual install, it doesn't really have a default port. The port is decided by nginx, in the docker container, it just listens at port 80 by default. And as it's PHP, there isn't really a service to start (ignoring the queue worker, but that doesn't need a port open to run)
I'd prefer to not run this with docker so I am attempting to run this on a media server that has other apps running on port 80.
I do have a reverse proxy - nginx. I could create a location block for it but need to start the service on a different port.
The text was updated successfully, but these errors were encountered: