Code Monkey home page Code Monkey logo

Comments (4)

mdhiggins avatar mdhiggins commented on June 4, 2024

Just change your sonarr-tag if you need to use the develop version

Also make sure you're building that image locally and not using the super old placeholder image that's up from like 8 months ago, its meant to be built locally, the image is not meant to be pulled down from the repo

from sonarr-sma.

mdhiggins avatar mdhiggins commented on June 4, 2024

Went ahead and deleted the old placeholder builds to avoid confusion

from sonarr-sma.

ikrowni avatar ikrowni commented on June 4, 2024

Also make sure you're building that image locally

I'm sorry I'm really really new to using docker could you explain what I need to do to do that? It's no problem if you don't have time I can just keep reading to try and figure it out.

docker run -ti ^
    --name=sonarr ^
    --restart unless-stopped ^
    -v E:/Share/_Docker_/SONARR/sma/:/usr/local/sma/config ^
    -v E:/Share/_Docker_/SONARR/sonarr:/config ^
    -v E:/Share/TV/:/tv ^
    -v E:/Share/_Downloads_/sonarr/:/downloads ^
    -p 8989:8989 ^
    -e PUID=${PUID} ^
    -e PGID=${PGID} ^
    mdhiggins/sonarr-sma:develop

like this or do i actually have to build the program myself?

from sonarr-sma.

mdhiggins avatar mdhiggins commented on June 4, 2024

You'll definitely need to read up on docker more but the basics are that you're not pulling an image and running it as above, but instead building it from the dockerfile locally and providing your own arguments then running

https://docs.docker.com/engine/reference/commandline/build/

docker build https://github.com/mdhiggins/sonarr-sma.git#build --build-arg ffmeg_tag=nvidia2004 --build-arg sonarr_tag=develop

from sonarr-sma.

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.