Closed Lulu300 closed 3 months ago
Hey @Lulu300
I rhink we have a typo. Instead of DATABASE_CONNECTION=postgres it should be DATABASE_CONNECTION=pgsql
Can you try to re-run it like that?
Thanks,
Best regards, Darko
Hello,
I've just made the change and indeed it was just a typo error, it works perfectly now, thank you! I think it'll be a great idea to edit the docker-compose.pgsql.yml file to prevent others from having the same problem
Best regards
Thanks for the update @Lulu300
I just updated the pgsql file.
Closing this now.
I've encoutered a major issue with the docker image. With at every image tags (latest, nightly and alpha) when i do the command
docker compose stop invoiceshelf
and thendocker compose start invoiceshelf
, invoiceshelf will nerver come back to life. When i check the logs here's what it says:As long as i don't stop the container it works really great, but everytime I stop it I can't make it work again. The only solution to get it working again is to remove all volumes and reinstalling it again and again.
Here's my docker-compose.yml:
Here's my env file for the invoicehself container (I've just replaced my real domain name by https://invoice.example.com):
I hope this is enough information for you to see what's happening