Coder Social home page Coder Social logo

Container Restarting about gphotos-sync HOT 5 CLOSED

gregeeh avatar gregeeh commented on May 27, 2024
Container Restarting

from gphotos-sync.

Comments (5)

gilesknap avatar gilesknap commented on May 27, 2024

hi @gregeeh

I think because the entrypoint (from Dockerfile) is gphotos-sync it will be reporting missing arguments and exiting immediately.

If you want a permanent container that you can attach to and run gphotos-sync then you would want something like:-

docker run -dit --entrypoint bash  ghcr.io/gilesknap/gphotos-sync -c "while true; do sleep 1; done" 

(whatever the portainer equivalent to that is)

from gphotos-sync.

gregeeh avatar gregeeh commented on May 27, 2024

Thank you @gilesknap I will try your suggestions.

BTW - Thanks for your effort with this app. it will make life easier for us to be able to browse our Google Photos via a share on the NAS.

from gphotos-sync.

mist0706 avatar mist0706 commented on May 27, 2024

Is there any way to start this with docker-compose similar to what was done above?

from gphotos-sync.

gilesknap avatar gilesknap commented on May 27, 2024

Hi @mist0706
There is. But I can't recall the exact details.

You need to tell it about the mounts and you need to tell it that its an interactive terminal session I believe. I think I made this work sometime ago.

from gphotos-sync.

gilesknap avatar gilesknap commented on May 27, 2024

closing as a compose issue

from gphotos-sync.

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.