version: "3.5" services: watchtower: container_name: watchtower image: containrrr/watchtower security_opt: - no-new-privileges:true restart: unless-stopped env_file: .env volumes: - /var/run/docker.sock:/var/run/docker.sock - /etc/localtime:/etc/localtime:ro