Docker not working with SQLite database
I can't get docker to work with my sqlite database and ive tried a bunch of things with changing of files and such and it just doesnt work. My setup is php with apache. Here is my
docker-compose
file...
here is my dockerfile...
4 Replies
here is my 000 config
I have no clue what else is going on and I need to get through this issue because im going to need docker for upcoming projects.
currently the project runs but if I try to add a task i get the following...
this happens after I click my add todo button