Skip to content

Fail to run on Mac due to common used port 5000 #5

Description

@nekopoolgithub

Dear Marius,

On Mac, port 5000 is commonly used by AirPlay hence not available.
Woud help if you could update ./docker-compose.yml the following line:

api :
container_name: backend
hostname: backend
build: ./backend
ports :
- 5000:5000

Replace by the following for example:

api :
container_name: backend
hostname: backend
build: ./backend
ports :
- 5001:5000

Thanks a lot,

T.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions