I want to run to Docker instances of Memgraph at the same time. I want to have one that has persistence turned on so that I don't lose all of the data on each restart, and I want one where I will lose all of the data. I use the second one for quick tests so I don't mess up the version with actual data.
If I start and shut them down one by one everything is ok. But if try to start them at the same time I can not access the second one since all of the ports are already in use.
Is it possible to have two Docker instances of Memgraph up and running at the same time or should I use a combination of WSL and Docker images?