Coder Social home page Coder Social logo

Comments (4)

jacobalberty avatar jacobalberty commented on July 17, 2024 1

Should be properly fixed in the 3.0 tag on docker hub if you want to test it out. 4.0 is building now

from firebird-docker.

jacobalberty avatar jacobalberty commented on July 17, 2024

My docker-compose just maps /firebird instead of each folder individually. in docker-entrypoint.sh the firebirdSetup function just checks for the existence of /firebird/etc and copies the default files in if that folder doesnt exist. So by mapping etc directly you cause /firebird/etc to already exist so it never tries to copy the files over.

your setup looks like you could just replace all 3 of those volumes lines with just one that looks like - '/var/containersdata/firebird3:/firebird as a workaround for now. Once it has started up successfully once you could then restore your original configuration if you have reasons for wanting them split.

The documentation does suggest them being split like that though so I should probably fix it to look for /firebird/etc/firebird.conf instead of just /firebird/etc to determine if its a new installation.

from firebird-docker.

Bence98007 avatar Bence98007 commented on July 17, 2024

I'll test it as soon as I have time!
Thanks!! I'll keep u updated.

from firebird-docker.

github-actions avatar github-actions commented on July 17, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.

from firebird-docker.

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.