mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50:28 +00:00
fix: remove unsupported --no-startup flag from watchtower
nickfedor/watchtower fork doesn't have --no-startup flag. Default behavior (without --update-on-start) is to not check on startup.
This commit is contained in:
@@ -98,7 +98,7 @@ services:
|
||||
image: nickfedor/watchtower:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:rw # to control docker and refresh images
|
||||
command: --cleanup --no-startup --schedule "0 0 * * *" # daily at midnight only, no check on startup
|
||||
command: --cleanup --schedule "0 0 * * *" # daily at midnight only (no --update-on-start = no startup check)
|
||||
security_opt:
|
||||
- seccomp:unconfined #optional
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user