I don't really understand the difference between the stop and down commands in the Docker Compose menu:
Let's say I'm running a Plex Media Server inside a container and hit den "down" instead of the "stop" command. Am I going to basically erase the Plex database and have to start over, when I run the container again?
What do I do, when I have to make an edit to the Docker Compose file? Change the path to the data volume for example. Simply stop the container, edit the compose file and restart the container again?