Code Monkey home page Code Monkey logo

Comments (5)

ceratic avatar ceratic commented on May 27, 2024

Try leaving the leading "." within the volume mapping.

volumes:
  - /volume1/docker/romm:/config

instead of

volumes:
  - ./volume1/docker/romm:/config

That should fix your problem when mounting the dir within DSM7

from romm.

javijuji avatar javijuji commented on May 27, 2024

Try leaving the leading "." within the volume mapping.

volumes:
  - /volume1/docker/romm:/config

instead of

volumes:
  - ./volume1/docker/romm:/config

That should fix your problem when mounting the dir within DSM7

Done! Thank you. Working now.

from romm.

javijuji avatar javijuji commented on May 27, 2024

Getting a different error now but it is unrelated. Containers get created but library scan shows

Couldn't complete scan. Something went wrong...

romm log shows:
CRITICAL: [ROMM] Not supported "mariadb" database

tried deploying on docker synology and docker baremetal on a NUC with same results

from romm.

javijuji avatar javijuji commented on May 27, 2024

Apparently using @ and such in the db credentials messes things up. Changed it to letters and numbers only and got past that error. Latest error in romm log is:

2023-03-29T01:13:57.943530855Z sqlalchemy.exc.OperationalError: (mariadb.OperationalError) Access denied for user 'romm-user'@'romm.bridge0' (using password: YES)
2023-03-29T01:13:57.943572117Z (Background on this error at: https://sqlalche.me/e/20/e3q8)

Still getting Couldn't complete scan. Something went wrong... but at least the app deployed.

Anyone got a working compose file for docker running on synology?

from romm.

javijuji avatar javijuji commented on May 27, 2024

Managed to get this working. Forgot to delete the old database after redeploying the new stack which means database was using the old (Invalid because it had @) DB password.

from romm.

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.