parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 517 forks source link

📙 Remove legacy feature from Docker example #758

Open mtrezza opened 4 years ago

mtrezza commented 4 years ago

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?