Code Monkey home page Code Monkey logo

Comments (3)

ManiMatter avatar ManiMatter commented on June 5, 2024 1

Just pushed a fix - please let me know if it still occurs (latest-image, v1.4.0)

from decluttarr.

ManiMatter avatar ManiMatter commented on June 5, 2024 1

Glad it works now.

I saw that you also created a fork originally from matt dlgβ€˜s script. Let me know it you have any ideas how to develop this one further (has its roots also on matts script)

Re β€žlatestβ€œ:
to get it to work with the latest tag again, you may need to delete the container&image from your system (can be done via cmd line or portainer)

you may be interested in a watchtower, which does automated upgrades to your containers.

here's my config, just for your reference in case interested.

# WatchTower - Automatic Docker Container Updates
 watchtower:
   <<: *common-keys-core
   image: containrrr/watchtower:latest
   container_name: watchtower
   volumes:
     - /var/run/docker.sock:/var/run/docker.sock 
   environment:
     WATCHTOWER_CLEANUP: "true"
     WATCHTOWER_REMOVE_VOLUMES: "true"
     WATCHTOWER_INCLUDE_STOPPED: "true"
     WATCHTOWER_NO_STARTUP_MESSAGE: "false"
     WATCHTOWER_SCHEDULE: "0 26 12 * * *" # Everyday at 12:30
     DOCKER_API_VERSION: "1.40"
     <<: *default-tz-puid-pgid

from decluttarr.

SivertGullbergHansen avatar SivertGullbergHansen commented on June 5, 2024

Thanks for the very quick response! That was extremely quick to what I'm used to πŸ˜„

I am using the docker and with the "latest" tag it doesn't seem to update, but switching to "v1.40.0" seems to work, and it seems its fixed :) Thanks again!

from decluttarr.

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.