Skip to content

Alternate ports example is insufficient #2200

@woldtwerk

Description

@woldtwerk

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:

https://api-platform.com/docs/symfony/#introduction:~:text=Be%20sure%20that,with%20HTTPS%20disabled%3A

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions