Closed Potracheno closed 1 year ago
Hello, thank You for participation 👍
Tried to run docker-compose up
after removing whole images and volumes, there was no problem on my side.
To provide more details, I am using docker dosktop v.4.17.0 under windows 11.
Additionally, ran it on macos Ventura without any problem.
As You mentioned, in last commits I added versions to requirements.txt and also depends_on mssql under web
service.
Moreover we can read here '/var/opt/mssql/data/master.mdf': 5(Access is denied.)
I found similar issue here -> https://stackoverflow.com/questions/65601077/unable-to-run-sql-server-2019-docker-with-volumes-and-get-error-setup-failed-co
Let me know if that helped.
This is how it looks on my side.
PS also You can remove part with mssql, it's not required to start app. Basically postgres and fastapi containers are core of it.
I run it under Linux. I did pull request #3
docker-compose up
PS I guess better add versions to requirements.txt