ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Correct docker-compose.yml to work with docker compose v2 in WSL #115

Closed mattschlosser closed 2 years ago

mattschlosser commented 2 years ago

Description of Feature or Issue

I was watching your Sunday stream this morning and noticed the issue you had with WSL, and knew how to prevent this.

It is a result of the trailing slash on the docker path in the volumes defined in the docker-compose.yml file. Removing the trailing slash prevents this from happening.