Coder Social home page Coder Social logo

Comments (4)

SISheogorath avatar SISheogorath commented on September 22, 2024 1

Ah!

The point is inspircd needs a config file to start. it doesn't create one. This leads you to the problem that you need to write a config file before you start. We should may simply copy the config into the volume as long as no one exists. Good Point I'll fix that

You can run inspircd right now without volume or copy the content of our "conf" directory into your directory which you've mounted

from inspircd-docker.

SISheogorath avatar SISheogorath commented on September 22, 2024

Can you provide the command you used to start?

Would be helpful because we actually create a symlink in the Dockerfile

But we should may start inspircd with a parameter to just use /conf directly.

from inspircd-docker.

DracoMilesX avatar DracoMilesX commented on September 22, 2024

Might be the reason then since I do mount a volume as well.

docker run --name inspircd
--memory=128M --memory-swap=256M
-p 6667:6667 -p 6697:6697 -p 7000:7000 -p 7001:7001
-v /volume4/Drive4/Apps/inspircd:/inspircd/conf/
inspircd/inspircd-docker

from inspircd-docker.

DracoMilesX avatar DracoMilesX commented on September 22, 2024

Thanks for the tip I forgot about that docker doesn't copy content to volumes only newly created ones<.<

from inspircd-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.