-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Be sure that the ports 80, 443, and 5432 of the host are not already in use. The usual offenders are Apache, NGINX, and Postgres. If they are running, stop them and run docker compose up --wait again.
Alternatively, run the following command to start the web server on port 8080 with HTTPS disabled:
Yes this does disable https, but port 443 is still used. The command will fail, if 443 is already in use.
I propose to also overwrite the https port
Metadata
Metadata
Assignees
Labels
No labels