Open
Description
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?