Skip to content

📙 Remove legacy feature from Docker example #758

Open
@mtrezza

Description

@mtrezza

Link to section:
https://github.com/parse-community/parse-server#inside-a-docker-container

What is the issue?
The example on how to set up Parse Server with Docker uses the --link argument. However, this argument is a legacy feature of Docker that will eventually be removed.

Can you propose a solution?
As the Docker docs say:

we recommend that you use user-defined networks to facilitate communication between two containers instead of using --link.

Is there anything we should change in our example to bring it up-to-date?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions