Cannot create container for service mysql: not a directory – Nginx
I'm new to docker and I get a strange error when building my first containers. I'm using WSL2 if that matters. Here is the part that's causing it : # MySQL Service mysql: image: mysql:8 environment: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: usr_data…