GithubHelp home page GithubHelp logo

Comments (11)

m0ngr31 avatar m0ngr31 commented on August 23, 2024

Seems like it's not reading the DB file. It could be one of a few things...

  1. The config folder isn't being passed through properly. So double check that.
  2. There is an issue with the file permissions and that's something I need to get figured out since it has issues on some installs.

from dailynotes.

bugsbunny88 avatar bugsbunny88 commented on August 23, 2024

its not #1 ; i've done environment variables version with PUIG/PGID to no avail ; its something permissions related at creation because the dailynotes folder is empty even after the container is running . I think the .db file isn't being generated at the onset due to the permission issue .

from dailynotes.

m0ngr31 avatar m0ngr31 commented on August 23, 2024

Try using the tag v1.0-beta10 on docker. That was the version before the permissions.

from dailynotes.

bugsbunny88 avatar bugsbunny88 commented on August 23, 2024

perfect ; yup I am in now ; works . I will just stick to this tag and keep tabs on this thread for when I can move forward with an update. Atleast I'm up and running ! thanks man

from dailynotes.

kartikay-bagla avatar kartikay-bagla commented on August 23, 2024

I have also been facing the same issue. While using v1.0-beta10 worked for me, I don't think it has the search option, which would've been quite useful.

Steps to reproduce:

  1. run command provided in README for docker

Investigating the logs also showed that while the error is same, the root cause is that the .env file is not being opened due to a permission error.

I have also tried running as root and passing in PUID and GUID for root to no avail.

from dailynotes.

m0ngr31 avatar m0ngr31 commented on August 23, 2024

@bugsbunny88 @kartikay-bagla I reverted the changes for the permissions stuff on the latest docker image. Try it now.

from dailynotes.

kartikay-bagla avatar kartikay-bagla commented on August 23, 2024

Getting this now.

ERROR: for dailynotes  Cannot start service dailynotes: unable to find user abc: no matching entries in passwd file
ERROR: Encountered errors while bringing up the project.

For context here's my docker-compose.yml

version: '3.1'
services:
  dailynotes:
    image: m0ngr31/dailynotes:latest
    restart: unless-stopped
    ports:
      - '20007:5000'
    volumes:
      - ./config:/app/config

from dailynotes.

m0ngr31 avatar m0ngr31 commented on August 23, 2024

Good catch. I'm pushing up a fix

from dailynotes.

kartikay-bagla avatar kartikay-bagla commented on August 23, 2024

Can you ping me once it's uploaded on dockerhub? I'll try it out.

from dailynotes.

m0ngr31 avatar m0ngr31 commented on August 23, 2024

Try now

from dailynotes.

kartikay-bagla avatar kartikay-bagla commented on August 23, 2024

Works like a charm now!

Thanks for helping out.

from dailynotes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.