You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Log file of watchtower docker container
Below is the docker compose file (I am running it in casa os but its just a wrapper for docker)
name: compassionate_bethany services: watchtower: cpu_shares: 90 command: - "" deploy: resources: limits: memory: 15853M environment: - WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=AWdJz46IrTAsbO3 - WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.icdmkg.xyz/ - WATCHTOWER_NOTIFICATIONS=gotify - WATCHTOWER_POLL_INTERVAL=60 image: containrrr/watchtower:latest labels: icon: https://icon.casaos.io/main/all/watchtower.png restart: unless-stopped volumes: - type: bind source: /var/run/docker.sock target: /var/run/docker.sock ports: [] devices: [] cap_add: [] network_mode: bridge privileged: false container_name: "" hostname: "" x-casaos: author: self category: self hostname: "" icon: https://icon.casaos.io/main/all/watchtower.png index: / is_uncontrolled: false port_map: "" scheme: http store_app_id: compassionate_bethany title: custom: "" en_us: watchtower
Beta Was this translation helpful? Give feedback.
All reactions