Closed AlexKalopsia closed 4 years ago
@AlexKalopsia you need to copy the docker-entrypoint.sh
file locally as well, it seems that it is missing from your folder.
Oh right, that was it, I put the sh file in the app folder and it worked. I am still stuck though for a new error:
Attaching to wreeto_postgres_1, wreeto_redis_1, wreeto_app_1
postgres_1 | WARNING: no logs are available with the 'db' log driver
redis_1 | WARNING: no logs are available with the 'db' log driver
app_1 | WARNING: no logs are available with the 'db' log driver
wreeto_app_1 exited with code 1
This is what happens if I don't detach the container. I can't reach myip:8383
Something else is happening, did you change/edit the docker-compose.yml
file?
Also, can you please open another issue so we can keep the information focused on the bug?
I am closing this as it's resolved.
I just created the folders where to setup the container, made the
docker-compose
and.env
files like the ones in the repo (just changing folders structure), and useddocker-compose up
. This is my outputThese my folder permissions:
Any idea what could be causing this?